TaskQueueDirectiveParseT(ApplicationTask) Method
Parses a typed object from the immutable task data.
Namespace: MFiles.VAF.MultiserverModeAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static T Parse<T>(
ApplicationTask appTask
)
- appTask ApplicationTask
- AppTask that holds the serialized data.
- T
- Type to parse.
TT