iControl.NetworkingTrunk.get_active_lacp_state C# (CSharp) Method

get_active_lacp_state() private method

private get_active_lacp_state ( string trunks ) : CommonEnabledState[]
trunks string
return CommonEnabledState[]
        public CommonEnabledState[] get_active_lacp_state(
		string [] trunks
	)
        {
            object [] results = this.Invoke("get_active_lacp_state", new object [] {
                trunks});
            return ((CommonEnabledState [])(results[0]));
        }
NetworkingTrunk