Show / Hide Table of Contents

Class CloudQueueDispatcherFactory

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

Methods

| Improve this Doc View Source

Create(String, String, IAzureStorageQueueSerializer)

Declaration
public static Func<ICommandDispatcher> Create(string storageAccountConnectionString, string queueName, IAzureStorageQueueSerializer serializer = null)
Parameters
Type Name Description
System.String storageAccountConnectionString
System.String queueName
IAzureStorageQueueSerializer serializer
Returns
Type Description
Func<ICommandDispatcher>
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall