iControl.LocalLBMonitor.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, LocalLBMonitorUserDefinedStringValue values, System callback, object asyncState ) : System.IAsyncResult
template_names string
values LocalLBMonitorUserDefinedStringValue
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_template_user_defined_string_property(string [] template_names,LocalLBMonitorUserDefinedStringValue [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_template_user_defined_string_property", new object[] {
            template_names,
            values}, callback, asyncState);
        }
LocalLBMonitor