|
TaskQueueDirectiveParseT Method (Byte)
|
Parses a typed object from the immutable task data.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxpublic static T Parse<T>(
byte[] appTaskData
)
Parameters
- appTaskData
- Type: SystemByte
AppTask data byte[] that holds the serialized data.
Type Parameters
- T
- Type to parse.
Return Value
Type:
TT
See Also