iControl.NetworkingTrunk.remove_all_interfaces C# (CSharp) Method

remove_all_interfaces() private method

private remove_all_interfaces ( string trunks ) : void
trunks string
return void
        public void remove_all_interfaces(
		string [] trunks
	)
        {
            this.Invoke("remove_all_interfaces", new object [] {
                trunks});
        }
NetworkingTrunk