iControl.LocalLBProfileWebAcceleration.Endis_system_profile C# (CSharp) Method

Endis_system_profile() public method

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