Show / Hide Table of Contents

Class QueueCommandingDependencies

Inheritance
System.Object
QueueCommandingDependencies
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.Queue
Assembly: AzureFromTheTrenches.Commanding.Queue.dll
Syntax
public static class QueueCommandingDependencies

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
System.Action<System.String, ICommand, System.Exception> logError
System.Action<System.String, ICommand, System.Exception> logWarning
System.Action<System.String, ICommand, System.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
[Obsolete("Please use AddQueues instead")]
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
System.Action<System.String, ICommand, System.Exception> logError
System.Action<System.String, ICommand, System.Exception> logWarning
System.Action<System.String, ICommand, System.Exception> logInfo
Returns
Type Description
ICommandingDependencyResolver
  • Improve this Doc
  • View Source
Back to top Generated by DocFX