JobData is defined in the Telligent.Evolution.Extensibility.Jobs.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class JobData
{
CancellationToken CancellationToken { get; set; }
DateTime CreatedUtcDate { get; set; }
Dictionary<string,string> Data { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| CancellationToken | CancellationToken | |||
| CreatedUtcDate | DateTime | |||
| Data | Dictionary<string,string> |