iControl.NetworkingSTPInstanceV2.get_interface_requested_state C# (CSharp) Method

get_interface_requested_state() private method

private get_interface_requested_state ( string stp_instances, string interfaces ) : NetworkingSTPStateType[][]
stp_instances string
interfaces string
return NetworkingSTPStateType[][]
        public NetworkingSTPStateType[][] get_interface_requested_state(
		string [] stp_instances,
		string [] [] interfaces
	)
        {
            object [] results = this.Invoke("get_interface_requested_state", new object [] {
                stp_instances,
                interfaces});
            return ((NetworkingSTPStateType [] [])(results[0]));
        }
NetworkingSTPInstanceV2