Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public operating_point_data get_operating_point_data_with_overrides(
	uint list_id,
	uint pump_state_id,
	override_criteria overrides
)
Visual Basic
Public Function get_operating_point_data_with_overrides ( _
	list_id As UInteger, _
	pump_state_id As UInteger, _
	overrides As override_criteria _
) As operating_point_data
Visual C++
public:
virtual operating_point_data^ get_operating_point_data_with_overrides(
	unsigned int list_id, 
	unsigned int pump_state_id, 
	override_criteria^ overrides
) sealed

Parameters

list_id
Type: System..::..UInt32
pump_state_id
Type: System..::..UInt32
overrides
Type: configuration_services..::..override_criteria

Implements

pumps_service_v2..::..get_operating_point_data_with_overrides(UInt32, UInt32, override_criteria)

See Also