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
CancellationTokenSource cancellationTokenSource
Returns
Type Description
Task
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall