iControl.ManagementSMTPConfiguration.Beginset_smtp_server_port C# (CSharp) Method

Beginset_smtp_server_port() public method

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