iControl.NetworkingIPsecIkePeer.Beginset_phase1_auth_method C# (CSharp) Method

Beginset_phase1_auth_method() public method

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