 | PictureServiceGetPictureInformationByWeighingId Method |
Gets the picture information by weighing identifier.
Namespace:
AMCS.Elemos.IntegrationService.Services.Picture
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<PictureInformationEntity> GetPictureInformationByWeighingId(
string authenticationKey,
int weighingId
)
Public Function GetPictureInformationByWeighingId (
authenticationKey As String,
weighingId As Integer
) As IList(Of PictureInformationEntity)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - weighingId
- Type: SystemInt32
The weighing identifier.
Return Value
Type:
IListPictureInformationEntity
ExceptionsException | Condition |
---|
FaultException | new FaultCode(GetPictureInformationByWeighingId) |
FaultCode | GetPictureInformationByWeighingId |
See Also