iControl.GlobalLBMonitor.Beginset_template_string_property C# (CSharp) Method

Beginset_template_string_property() public method

public Beginset_template_string_property ( string template_names, GlobalLBMonitorStringValue values, System callback, object asyncState ) : System.IAsyncResult
template_names string
values GlobalLBMonitorStringValue
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_template_string_property(string [] template_names,GlobalLBMonitorStringValue [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_template_string_property", new object[] {
            template_names,
            values}, callback, asyncState);
        }
GlobalLBMonitor