iControl.ManagementSMTPConfiguration.Beginget_encrypted_connection_type C# (CSharp) Method

Beginget_encrypted_connection_type() public method

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