Interface IIdentifiableCommand
An interface that can be implemented on a command to provide a unique ID the auditor can use. This can be useful if you need to correlate the audit with external events that naturally form part of your command model.
Namespace: AzureFromTheTrenches.Commanding.Abstractions
Assembly: AzureFromTheTrenches.Commanding.Abstractions.dll
Syntax
public interface IIdentifiableCommand
Properties
| Improve this Doc View SourceCommandId
Returns the command ID.
Declaration
string CommandId { get; }
Property Value
Type | Description |
---|---|
System.String |