iControl.ManagementSMTPConfiguration.Begindelete_smtp_config C# (CSharp) Method

Begindelete_smtp_config() public method

public Begindelete_smtp_config ( string configs, System callback, object asyncState ) : System.IAsyncResult
configs string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_smtp_config(string [] configs, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_smtp_config", new object[] {
            configs}, callback, asyncState);
        }