iControl.NetworkingIPsecManualSecurityAssociation.Endget_encrypt_algorithm C# (CSharp) Méthode

Endget_encrypt_algorithm() public méthode

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