iControl.GlobalLBMonitor.Endget_template_integer_property C# (CSharp) Метод

Endget_template_integer_property() публичный Метод

public Endget_template_integer_property ( System asyncResult ) : iControl.GlobalLBMonitorIntegerValue[]
asyncResult System
Результат iControl.GlobalLBMonitorIntegerValue[]
        public GlobalLBMonitorIntegerValue[] Endget_template_integer_property(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((GlobalLBMonitorIntegerValue [])(results[0]));
        }
GlobalLBMonitor