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

Syntax

C#
public motor_standard_list get_motor_standard_list(
	uint list_id,
	uint pump_state_id
)
Visual Basic
Public Function get_motor_standard_list ( _
	list_id As UInteger, _
	pump_state_id As UInteger _
) As motor_standard_list
Visual C++
public:
virtual motor_standard_list^ get_motor_standard_list(
	unsigned int list_id, 
	unsigned int pump_state_id
) sealed

Parameters

list_id
Type: System..::..UInt32
pump_state_id
Type: System..::..UInt32

Implements

pumps_service_v2..::..get_motor_standard_list(UInt32, UInt32)

See Also