iControl.ManagementSMTPConfiguration.Endget_encrypted_connection_type C# (CSharp) 메소드

Endget_encrypted_connection_type() 공개 메소드

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