======Метод Func.BeginInvoke(T1, T2, T3, T4, T5, AsyncCallback, Object)====== * **Пространство имен:** [[developers:references:system|System]] * **Сборка:** mscorlib (в mscorlib.dll) =====Синтаксис===== public virtual IAsyncResult BeginInvoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, AsyncCallback callback, object object) **Параметры** * //arg1// * Тип: T1 * //arg2// * Тип: T2 * //arg3// * Тип: T3 * //arg4// * Тип: T4 * //arg5// * Тип: T5 * //callback// * Тип: [[developers:references:system.asynccallback|System.AsyncCallback]] * //object// * Тип: [[developers:references:system.object|System.Object]] **Возвращаемое значение** * Тип: [[developers:references:system.iasyncresult|System.IAsyncResult]]