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

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

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