TaskQueueDirective Class
Task queue directive abstract base class.
- Directives used for task queue processing should ( but are not
- required to ) extend from this class.
Namespace: MFiles.VAF.MultiserverModeAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public abstract class TaskQueueDirective
- Inheritance
- Object TaskQueueDirective
- Derived
ParseT(ApplicationTask)
|
Parses a typed object from the immutable task data.
|
ParseT(Byte)
|
Parses a typed object from the immutable task data.
|
ParseT(String)
|
Parses a typed object from the immutable task data.
|
ToBytes
|
Serializes this object to a UTF8 encoded byte[].
|
ToJson
|
Serializes this object to a JSON string.
|