iControl.ManagementCCLDAPConfiguration.Begindelete_configuration C# (CSharp) Method

Begindelete_configuration() public method

public Begindelete_configuration ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_configuration(string [] config_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_configuration", new object[] {
            config_names}, callback, asyncState);
        }
ManagementCCLDAPConfiguration