 | 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)
Syntaxpublic void AutoSaveWeighing(
string authenticationKey,
AutoWeighingPartialEntity weighingPartial,
bool completed,
out string errorMessage
)
Public Sub AutoSaveWeighing (
authenticationKey As String,
weighingPartial As AutoWeighingPartialEntity,
completed As Boolean,
<OutAttribute> ByRef errorMessage As String
)
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
See Also