iControl.GlobalLBMonitor.Beginget_template_integer_property C# (CSharp) Method

Beginget_template_integer_property() public method

public Beginget_template_integer_property ( string template_names, GlobalLBMonitorIntPropertyType property_types, System callback, object asyncState ) : System.IAsyncResult
template_names string
property_types GlobalLBMonitorIntPropertyType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_template_integer_property(string [] template_names,GlobalLBMonitorIntPropertyType [] property_types, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_template_integer_property", new object[] {
            template_names,
            property_types}, callback, asyncState);
        }
GlobalLBMonitor