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
System.Threading.CancellationToken cancellationToken
Microsoft.WindowsAzure.Storage.Queue.CloudQueue deadLetterQueue
System.Int32 maxDequeueCount
System.Action<System.String> traceLogger
Returns
Type Description
System.Threading.Tasks.Task
  • Improve this Doc
  • View Source
Back to top Generated by DocFX