iControl.ManagementSMTPConfiguration.Enddelete_all_smtp_configs C# (CSharp) Method

Enddelete_all_smtp_configs() public method

public Enddelete_all_smtp_configs ( System asyncResult ) : void
asyncResult System
return void
        public void Enddelete_all_smtp_configs(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }