iControl.NetworkingTunnel.remove_static_forwarding_v2 C# (CSharp) 메소드

remove_static_forwarding_v2() 개인적인 메소드

private remove_static_forwarding_v2 ( string tunnels, NetworkingTunnelL2TunnelFDBEntryV2 entries ) : void
tunnels string
entries NetworkingTunnelL2TunnelFDBEntryV2
리턴 void
        public void remove_static_forwarding_v2(
		string [] tunnels,
		NetworkingTunnelL2TunnelFDBEntryV2 [] [] entries
	)
        {
            this.Invoke("remove_static_forwarding_v2", new object [] {
                tunnels,
                entries});
        }
NetworkingTunnel