iControl.NetworkingTunnel.remove_static_forwarding C# (CSharp) Method

remove_static_forwarding() private method

private remove_static_forwarding ( string tunnels, NetworkingTunnelL2TunnelFDBEntry entries ) : void
tunnels string
entries NetworkingTunnelL2TunnelFDBEntry
return void
        public void remove_static_forwarding(
		string [] tunnels,
		NetworkingTunnelL2TunnelFDBEntry [] [] entries
	)
        {
            this.Invoke("remove_static_forwarding", new object [] {
                tunnels,
                entries});
        }
NetworkingTunnel