iControl.WebAcceleratorApplications.Endis_predefined C# (CSharp) Method

Endis_predefined() public method

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