iControl.NetworkingIPsecPolicy.Beginset_encrypt_algorithm C# (CSharp) Method

Beginset_encrypt_algorithm() public method

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