iControl.ManagementSMTPConfiguration.Beginset_encrypted_connection_type C# (CSharp) Method

Beginset_encrypted_connection_type() public method

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