iControl.LocalLBProfileFastHttp.Endis_base_profile C# (CSharp) Method

Endis_base_profile() public method

public Endis_base_profile ( System asyncResult ) : bool[]
asyncResult System
return bool[]
        public bool[] Endis_base_profile(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((bool [])(results[0]));
        }
LocalLBProfileFastHttp