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

Syntax

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

Parameters

list_id
Type: System..::..UInt32
pump_state_id
Type: System..::..UInt32
manual_motor
Type: configuration_services..::..pump_motor

Implements

pumps_service_v2..::..change_motor_manual(UInt32, UInt32, pump_motor)

See Also