Interface IAzureStorageQueueDispatcherFactory
Namespace: AzureFromTheTrenches.Commanding.AzureStorage
Assembly: AzureFromTheTrenches.Commanding.AzureStorage.dll
Syntax
public interface IAzureStorageQueueDispatcherFactory
Methods
| Improve this Doc View SourceCreate(CloudQueue)
Declaration
ICommandDispatcher Create(CloudQueue queue)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.WindowsAzure.Storage.Queue.CloudQueue | queue |
Returns
| Type | Description |
|---|---|
| ICommandDispatcher |