 | WeighbridgeServiceDeleteWeighing Method |
Deletes 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 DeleteWeighing(
string authenticationKey,
Guid weighingGUID
)
Public Sub DeleteWeighing (
authenticationKey As String,
weighingGUID As Guid
)
Parameters
- authenticationKey
- Type: SystemString
Authentication key - weighingGUID
- Type: SystemGuid
GUID of weighing record to delete
Exceptions
See Also