iControl.NetworkingSTPInstance.get_interface_active_state C# (CSharp) Method

get_interface_active_state() private method

private get_interface_active_state ( long stp_instances, string interfaces ) : iControl.NetworkingSTPInstanceInterfaceSTPState[][]
stp_instances long
interfaces string
return iControl.NetworkingSTPInstanceInterfaceSTPState[][]
        public NetworkingSTPInstanceInterfaceSTPState[][] get_interface_active_state(
		long [] stp_instances,
		string [] [] interfaces
	)
        {
            object [] results = this.Invoke("get_interface_active_state", new object [] {
                stp_instances,
                interfaces});
            return ((NetworkingSTPInstanceInterfaceSTPState [] [])(results[0]));
        }