iControl.LocalLBProfileFastHttp.Endis_base_profile C# (CSharp) Метод

Endis_base_profile() публичный Метод

public Endis_base_profile ( System asyncResult ) : bool[]
asyncResult System
Результат bool[]
        public bool[] Endis_base_profile(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((bool [])(results[0]));
        }
LocalLBProfileFastHttp