iControl.NetworkingIPsecManualSecurityAssociation.Beginset_auth_algorithm C# (CSharp) Method

Beginset_auth_algorithm() public method

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