iControl.NetworkingTrunk.remove_interface C# (CSharp) Method

remove_interface() private method

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