Show / Hide Table of Contents

Interface IAzureStorageAuditQueueProcessorFactory

Namespace: AzureFromTheTrenches.Commanding.AzureStorage
Assembly: AzureFromTheTrenches.Commanding.AzureStorage.dll
Syntax
public interface IAzureStorageAuditQueueProcessorFactory

Methods

| Improve this Doc View Source

Start(CancellationToken, CloudQueue, Int32, Action<String>)

Declaration
Task Start(CancellationToken cancellationToken, CloudQueue deadLetterQueue = null, int maxDequeueCount = 10, Action<string> traceLogger = null)
Parameters
Type Name Description
CancellationToken cancellationToken
CloudQueue deadLetterQueue
System.Int32 maxDequeueCount
Action<System.String> traceLogger
Returns
Type Description
Task
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall