Click or drag to resize

WeighbridgeServiceAutoSaveWeighing Method

Auto saves a weighing record.

Namespace:  AMCS.Elemos.IntegrationService.Services.Weighbridge
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void AutoSaveWeighing(
	string authenticationKey,
	AutoWeighingPartialEntity weighingPartial,
	bool completed,
	out string errorMessage
)

Parameters

authenticationKey
Type: SystemString
Authentication key
weighingPartial
Type: AMCS.Elemos.IntegrationService.Entity.WeighingAutoWeighingPartialEntity
Partial weighing entity
completed
Type: SystemBoolean
Record to be completed or not
errorMessage
Type: SystemString
Error message
Exceptions
ExceptionCondition
FaultException
FaultReason
See Also