Show / Hide Table of Contents

Class QueueCommandingDependencies

Inheritance
System.Object
QueueCommandingDependencies
Namespace: AzureFromTheTrenches.Commanding.Queue
Assembly: AzureFromTheTrenches.Commanding.Queue.dll
Syntax
public static class QueueCommandingDependencies : object

Methods

| Improve this Doc View Source

AddQueues(ICommandingDependencyResolverAdapter, Action<String, ICommand, Exception>, Action<String, ICommand, Exception>, Action<String, ICommand, Exception>)

Declaration
public static ICommandingDependencyResolverAdapter AddQueues(this ICommandingDependencyResolverAdapter dependencyResolver, Action<string, ICommand, Exception> logError = null, Action<string, ICommand, Exception> logWarning = null, Action<string, ICommand, Exception> logInfo = null)
Parameters
Type Name Description
ICommandingDependencyResolverAdapter dependencyResolver
Action<System.String, ICommand, Exception> logError
Action<System.String, ICommand, Exception> logWarning
Action<System.String, ICommand, Exception> logInfo
Returns
Type Description
ICommandingDependencyResolverAdapter
| Improve this Doc View Source

UseQueues(ICommandingDependencyResolver, Action<String, ICommand, Exception>, Action<String, ICommand, Exception>, Action<String, ICommand, Exception>)

Declaration
public static ICommandingDependencyResolver UseQueues(this ICommandingDependencyResolver dependencyResolver, Action<string, ICommand, Exception> logError = null, Action<string, ICommand, Exception> logWarning = null, Action<string, ICommand, Exception> logInfo = null)
Parameters
Type Name Description
ICommandingDependencyResolver dependencyResolver
Action<System.String, ICommand, Exception> logError
Action<System.String, ICommand, Exception> logWarning
Action<System.String, ICommand, Exception> logInfo
Returns
Type Description
ICommandingDependencyResolver
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall