iControl.NetworkingVLAN.remove_all_static_forwardings C# (CSharp) Method

remove_all_static_forwardings() private method

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