======Метод AppDomainInitializer.BeginInvoke(String[], AsyncCallback, Object)====== * **Пространство имен:** [[developers:references:system|System]] * **Сборка:** mscorlib (в mscorlib.dll) =====Синтаксис===== public virtual IAsyncResult BeginInvoke(string[] args, AsyncCallback callback, object object) **Параметры** * //args// * Тип: [[developers:references:system.string|System.String]][] * //callback// * Тип: [[developers:references:system.asynccallback|System.AsyncCallback]] * //object// * Тип: [[developers:references:system.object|System.Object]] **Возвращаемое значение** * Тип: [[developers:references:system.iasyncresult|System.IAsyncResult]]