|
TaskQueueDirectiveParseT Method (String)
|
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>(
string appTaskData
)
Parameters
- appTaskData
- Type: SystemString
AppTask serialized data string.
Type Parameters
- T
- Type to parse.
Return Value
Type:
TT
See Also