iControl.NetworkingIPsecIkePeer.Beginset_phase1_pseudo_random_function C# (CSharp) Method

Beginset_phase1_pseudo_random_function() public method

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