iControl.NetworkingIPsecIkePeer.Beginset_phase1_hash_algorithm C# (CSharp) Method

Beginset_phase1_hash_algorithm() public method

public Beginset_phase1_hash_algorithm ( string peers, NetworkingIPsecIkeHashAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
peers string
algorithms NetworkingIPsecIkeHashAlgorithm
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_phase1_hash_algorithm(string [] peers,NetworkingIPsecIkeHashAlgorithm [] algorithms, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_phase1_hash_algorithm", new object[] {
            peers,
            algorithms}, callback, asyncState);
        }
NetworkingIPsecIkePeer