Id¶
-
uint ICommandBase.Id { get; }¶
Gets the identifier of the command.
- Value
uint – Identifier of the command.
- Throws
CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.System.ObjectDisposedException
– Object is disposed.
- Remarks
This identifier is randomly assigned, so no ordering is to be assumed. Command identifiers are unique per client instance.