iControl.NetworkingVLAN.remove_static_forwarding C# (CSharp) Method

remove_static_forwarding() private method

private remove_static_forwarding ( string vlans, NetworkingVLANForwardingTableEntry forwarding_entries ) : void
vlans string
forwarding_entries NetworkingVLANForwardingTableEntry
return void
        public void remove_static_forwarding(
		string [] vlans,
		NetworkingVLANForwardingTableEntry [] [] forwarding_entries
	)
        {
            this.Invoke("remove_static_forwarding", new object [] {
                vlans,
                forwarding_entries});
        }
NetworkingVLAN