iControl.NetworkingVLANGroup.Beginget_global_proxy_exclusion C# (CSharp) Method

Beginget_global_proxy_exclusion() public method

public Beginget_global_proxy_exclusion ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_global_proxy_exclusion(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_global_proxy_exclusion", new object[0], callback, asyncState);
        }
NetworkingVLANGroup