iControl.GlobalLBMonitor.Beginset_template_user_defined_string_property C# (CSharp) Method

Beginset_template_user_defined_string_property() public method

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