iControl.NetworkingIPsecIkePeer.Beginget_phase1_pseudo_random_function C# (CSharp) Method

Beginget_phase1_pseudo_random_function() public method

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