iControl.NetworkingTrunk.create C# (CSharp) Method

create() private method

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