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

Beginremove_proxy_exclusion() 공개 메소드

public Beginremove_proxy_exclusion ( string vlan_groups, string addresses, System callback, object asyncState ) : System.IAsyncResult
vlan_groups string
addresses string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginremove_proxy_exclusion(string [] vlan_groups,string [] [] addresses, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_proxy_exclusion", new object[] {
            vlan_groups,
            addresses}, callback, asyncState);
        }
NetworkingVLANGroup