iControl.ManagementSMTPConfiguration.Enddelete_smtp_config C# (CSharp) Method

Enddelete_smtp_config() public method

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