iControl.NetworkingIPsecManualSecurityAssociation.Beginget_encrypt_algorithm C# (CSharp) Method

Beginget_encrypt_algorithm() public method

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