iControl.ManagementSMTPConfiguration.Endget_encrypted_connection_type C# (CSharp) Méthode

Endget_encrypted_connection_type() public méthode

public Endget_encrypted_connection_type ( System asyncResult ) : ManagementSMTPConfigurationEncryptedConnectionType[]
asyncResult System
Résultat ManagementSMTPConfigurationEncryptedConnectionType[]
        public ManagementSMTPConfigurationEncryptedConnectionType[] Endget_encrypted_connection_type(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((ManagementSMTPConfigurationEncryptedConnectionType [])(results[0]));
        }