iControl.NetworkingIPsecIkePeer.Beginset_proxy_support_state C# (CSharp) Method

Beginset_proxy_support_state() public method

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