iControl.ManagementCertLDAPConfiguration.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string config_names, string search_base_dns, string servers, System callback, object asyncState ) : System.IAsyncResult
config_names string
search_base_dns string
servers string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] config_names,string [] search_base_dns,string [] [] servers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            config_names,
            search_base_dns,
            servers}, callback, asyncState);
        }
ManagementCertLDAPConfiguration