Show / Hide Table of Contents

Interface IAzureStorageAuditQueueProcessor

Represents a queue processor that pulls items from the audit queue and processes them into the configured auditors

Namespace: AzureFromTheTrenches.Commanding.AzureStorage
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
System.Threading.CancellationTokenSource cancellationTokenSource
Returns
Type Description
System.Threading.Tasks.Task
  • Improve this Doc
  • View Source
Back to top Generated by DocFX