iControl.ManagementSMTPConfiguration.Endget_encrypted_connection_type C# (CSharp) Method

Endget_encrypted_connection_type() public method

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