Class QueueCommandingDependencies
Inheritance
System.Object
QueueCommandingDependencies
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
Returns
|
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
Returns