Interface IClientTransactionIdGenerator
Generate a client transaction ID. This identifier can be useful to associate events in device and client logs
Namespace: ES.Ascom.Alpaca.Client.Request
Assembly: ES.Ascom.Alpaca.Client.dll
Syntax
public interface IClientTransactionIdGenerator
Methods
| Improve this Doc View SourceGetTransactionId(Int32)
Generate a client transaction ID.
The client start to count at 1 and increment by one on each call for a given clientId
Declaration
int GetTransactionId(int clientId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | clientId |
Returns
Type | Description |
---|---|
System.Int32 | Generated client transaction ID |