Table of Contents

Class JobDispatcherConfiguration

Namespace
JobFlow.Core.Jobs.Dispatch
Assembly
JobFlow.Core.dll
public class JobDispatcherConfiguration
Inheritance
JobDispatcherConfiguration
Extension Methods

Properties

Dispatchers

public IDictionary<string, Type> Dispatchers { get; }

Property Value

IDictionary<string, Type>

Methods

Add<T>(string)

public void Add<T>(string name)

Parameters

name string

Type Parameters

T