public void add_static_forwarding(
		string [] tunnels,
		NetworkingTunnelL2TunnelFDBEntry [] [] entries
	)
        {
            this.Invoke("add_static_forwarding", new object [] {
                tunnels,
                entries});
        }
 public System.IAsyncResult Beginadd_static_forwarding(string [] tunnels,NetworkingTunnelL2TunnelFDBEntry [] [] entries, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("add_static_forwarding", new object[] {
     tunnels,
     entries}, callback, asyncState);
 }