iControl.GlobalLBMonitor.Beginget_template_user_defined_string_property C# (CSharp) Method

Beginget_template_user_defined_string_property() public method

public Beginget_template_user_defined_string_property ( string template_names, string property_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
property_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_template_user_defined_string_property(string [] template_names,string [] property_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_template_user_defined_string_property", new object[] {
            template_names,
            property_names}, callback, asyncState);
        }
GlobalLBMonitor