iControl.GlobalLBMonitor.Endis_template_root C# (CSharp) Method

Endis_template_root() public method

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