DO NOT USE. WILL BE REMOVED

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

Syntax

C#
[ObsoleteAttribute]
uint add_pump_64(
	uint list_id,
	int cat_id,
	string pump_id
)
Visual Basic
<ObsoleteAttribute> _
Function add_pump_64 ( _
	list_id As UInteger, _
	cat_id As Integer, _
	pump_id As String _
) As UInteger
Visual C++
[ObsoleteAttribute]
unsigned int add_pump_64(
	unsigned int list_id, 
	int cat_id, 
	String^ pump_id
)

Parameters

list_id
Type: System..::..UInt32
cat_id
Type: System..::..Int32
pump_id
Type: System..::..String
guid encoded in base64.

Return Value

pump_state_id of added pump, or 0 if unable to add pump. Useful for calls to pumps_service.

See Also