======Метод ErrorCallback.BeginInvoke(Int32, ConfigNodeSubType, ConfigNodeType, Int32, String, Int32, Int32, AsyncCallback, Object)====== * **Пространство имен:** [[developers:references:system|System]] * **Сборка:** mscorlib (в mscorlib.dll) =====Синтаксис===== public virtual IAsyncResult BeginInvoke(int size, ConfigNodeSubType subType, ConfigNodeType nType, int terminal, string text, int textLength, int prefixLength, AsyncCallback callback, object object) **Параметры** * //size// * Тип: [[developers:references:system.int32|System.Int32]] * //subType// * Тип: [[developers:references:system.confignodesubtype|System.ConfigNodeSubType]] * //nType// * Тип: [[developers:references:system.confignodetype|System.ConfigNodeType]] * //terminal// * Тип: [[developers:references:system.int32|System.Int32]] * //text// * Тип: [[developers:references:system.string|System.String]] * //textLength// * Тип: [[developers:references:system.int32|System.Int32]] * //prefixLength// * Тип: [[developers:references:system.int32|System.Int32]] * //callback// * Тип: [[developers:references:system.asynccallback|System.AsyncCallback]] * //object// * Тип: [[developers:references:system.object|System.Object]] **Возвращаемое значение** * Тип: [[developers:references:system.iasyncresult|System.IAsyncResult]]