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

Syntax

C#
public DataTable get_pump(
	uint list_id,
	uint pump_state_id,
	string locale
)
Visual Basic
Public Function get_pump ( _
	list_id As UInteger, _
	pump_state_id As UInteger, _
	locale As String _
) As DataTable
Visual C++
public:
virtual DataTable^ get_pump(
	unsigned int list_id, 
	unsigned int pump_state_id, 
	String^ locale
) sealed

Parameters

list_id
Type: System..::..UInt32
pump_state_id
Type: System..::..UInt32
locale
Type: System..::..String

Implements

pumps_service_v2..::..get_pump(UInt32, UInt32, String)

See Also