Show / Hide Table of Contents

Class CloudQueueDispatcherFactory

Inheritance
System.Object
CloudQueueDispatcherFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AzureFromTheTrenches.Commanding.AzureStorage
Assembly: AzureFromTheTrenches.Commanding.AzureStorage.dll
Syntax
public static class CloudQueueDispatcherFactory

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
System.Func<ICommandDispatcher>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX