iControl.NetworkingIPsecManualSecurityAssociation.Beginset_encrypt_algorithm C# (CSharp) Method

Beginset_encrypt_algorithm() public method

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