Class JobDispatcherAttribute
[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
ManagerLifetimeconnectionType
string
Properties
ConnectionType
public string ConnectionType { get; set; }