Table of Contents

Class JobDispatcherAttribute

Namespace
JobFlow.Core.Jobs.Dispatch
Assembly
JobFlow.Core.dll
[MetadataAttribute]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class JobDispatcherAttribute : DependencyServiceAttribute
Inheritance
JobDispatcherAttribute
Inherited Members
Extension Methods

Constructors

JobDispatcherAttribute()

public JobDispatcherAttribute()

JobDispatcherAttribute(ManagerLifetime)

public JobDispatcherAttribute(ManagerLifetime managerLifetime)

Parameters

managerLifetime ManagerLifetime

JobDispatcherAttribute(ManagerLifetime, string)

public JobDispatcherAttribute(ManagerLifetime managerLifetime, string connectionType)

Parameters

managerLifetime ManagerLifetime
connectionType string

Properties

ConnectionType

public string ConnectionType { get; set; }

Property Value

string