iControl.NetworkingIPsecManualSecurityAssociation.Endget_encrypt_algorithm C# (CSharp) Method

Endget_encrypt_algorithm() public method

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