Show / Hide Table of Contents

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 Source

GetTransactionId(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

  • Improve this Doc
  • View Source
Back to top Generated by DocFX