iControl.ManagementLDAPConfiguration.Beginset_user_template C# (CSharp) Method

Beginset_user_template() public method

public Beginset_user_template ( string config_names, string templates, System callback, object asyncState ) : System.IAsyncResult
config_names string
templates string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_user_template(string [] config_names,string [] templates, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_user_template", new object[] {
            config_names,
            templates}, callback, asyncState);
        }
ManagementLDAPConfiguration