iControl.NetworkingIPsecPolicy.Beginset_ipcomp_algorithm C# (CSharp) Method

Beginset_ipcomp_algorithm() public method

public Beginset_ipcomp_algorithm ( string policies, NetworkingIPCompAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
policies string
algorithms NetworkingIPCompAlgorithm
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_ipcomp_algorithm(string [] policies,NetworkingIPCompAlgorithm [] algorithms, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_ipcomp_algorithm", new object[] {
            policies,
            algorithms}, callback, asyncState);
        }
NetworkingIPsecPolicy