iControl.LocalLBMonitor.Endget_template_integer_property C# (CSharp) Method

Endget_template_integer_property() public method

public Endget_template_integer_property ( System asyncResult ) : iControl.LocalLBMonitorIntegerValue[]
asyncResult System
return iControl.LocalLBMonitorIntegerValue[]
        public LocalLBMonitorIntegerValue[] Endget_template_integer_property(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBMonitorIntegerValue [])(results[0]));
        }
LocalLBMonitor