iControl.GlobalLBMonitor.Endget_template_reverse_mode C# (CSharp) Method

Endget_template_reverse_mode() public method

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