iControl.ManagementSMTPConfiguration.Beginget_smtp_server_port C# (CSharp) Method

Beginget_smtp_server_port() public method

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