iControl.NetworkingIPsecIkePeer.Beginget_proxy_support_state C# (CSharp) Method

Beginget_proxy_support_state() public method

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