ApplicationTask Class
Multi-type ( application task || broadcast message ) interface wrapper.
ActivationTimestamp
|
The ActivationTimestamp for the application task.
- This is only valid for ApplicationBroadcast Task types.
- Broadcast message types always return a timestamp with a MinValue.
|
Data
|
Resolves the data, byte[].
|
Id
|
Resolves the task|broadcast_message id.
|
IsBroadcastMessage
|
Resolves the queue identifier.
|
LatestActivityTimestamp
|
The LatestActivityTimestamp for the application task.
- This is only valid for ApplicationBroadcast Task types.
- Broadcast message types always return a timestamp with a MinValue.
|
Progress
|
Resolves the progress value.
Note:
- This is only valid for ApplicationBroadcast Task types.
- Broadcast message types always returns an empty string.
|
QueueId
|
Resolves the queue identifier.
|
State
|
Resolves the state value.
Note:
- This is only valid for ApplicationBroadcast Task types.
- Broadcast message types always return MFTaskStateNone.
|
Type
|
Resolves the task type or broadcast message type.
|