Show / Hide Table of Contents

Class CloudQueueExtensions

Inheritance
System.Object
CloudQueueExtensions
Namespace: AzureFromTheTrenches.Commanding.AzureStorage
Assembly: AzureFromTheTrenches.Commanding.AzureStorage.dll
Syntax
public static class CloudQueueExtensions : object

Methods

| Improve this Doc View Source

CreateCommandDispatcher(CloudQueue, IAzureStorageQueueSerializer)

Creates an Azure storagequeue dispatcher

Declaration
public static ICommandDispatcher CreateCommandDispatcher(this CloudQueue queue, IAzureStorageQueueSerializer serializer = null)
Parameters
Type Name Description
CloudQueue queue

The queue to dispatch the command to

IAzureStorageQueueSerializer serializer

(Optional) Serializer to use, if not specified the default json serializer will be used

Returns
Type Description
ICommandDispatcher
| Improve this Doc View Source

CreateCommandDispatcherFactory(CloudQueue, IAzureStorageQueueSerializer)

Creates an Azure storagequeue dispatcher

Declaration
public static Func<ICommandDispatcher> CreateCommandDispatcherFactory(this CloudQueue queue, IAzureStorageQueueSerializer serializer = null)
Parameters
Type Name Description
CloudQueue queue

The queue to dispatch the command to

IAzureStorageQueueSerializer serializer

(Optional) Serializer to use, if not specified the default json serializer will be used

Returns
Type Description
Func<ICommandDispatcher>
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall