iControl.GlobalLBMonitor.Endis_template_read_only C# (CSharp) Method

Endis_template_read_only() public method

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