iControl.NetworkingIPsecPolicy.Endget_ipcomp_algorithm C# (CSharp) Метод

Endget_ipcomp_algorithm() публичный Метод

public Endget_ipcomp_algorithm ( System asyncResult ) : NetworkingIPCompAlgorithm[]
asyncResult System
Результат NetworkingIPCompAlgorithm[]
        public NetworkingIPCompAlgorithm[] Endget_ipcomp_algorithm(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingIPCompAlgorithm [])(results[0]));
        }
NetworkingIPsecPolicy