Interface IAzureStorageAuditQueueProcessor
Represents a queue processor that pulls items from the audit queue and processes them into
the configured auditors
Assembly: AzureFromTheTrenches.Commanding.AzureStorage.dll
Syntax
public interface IAzureStorageAuditQueueProcessor
Methods
|
Improve this Doc
View Source
Start(CancellationTokenSource)
Declaration
Task Start(CancellationTokenSource cancellationTokenSource)
Parameters
Type |
Name |
Description |
CancellationTokenSource |
cancellationTokenSource |
|
Returns