Struct PendingTaskEventArgs
Assembly: cs.temp.dll.dll
Syntax
public struct PendingTaskEventArgs
Constructors
PendingTaskEventArgs(PendingTask, PendingTaskState, Int32)
Declaration
public PendingTaskEventArgs(PendingTask data, PendingTaskState state, int pendingQueueID = -1)
Parameters
| Type |
Name |
Description |
| PendingTask |
data |
|
| PendingTaskState |
state |
|
| Int32 |
pendingQueueID |
|
Properties
Data
Declaration
public PendingTask Data { get; }
Property Value
| Type |
Description |
| PendingTask |
|
pendingQueueID
Declaration
public int pendingQueueID { get; }
Property Value
State
Declaration
public PendingTaskState State { get; }
Property Value
| Type |
Description |
| PendingTaskState |
|