iControl.NetworkingVLANGroup.Beginremove_all_global_proxy_exclusions C# (CSharp) 메소드

Beginremove_all_global_proxy_exclusions() 공개 메소드

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