TaskQueueDirectiveParseT(Byte) 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>(
byte[] appTaskData
)
- appTaskData Byte
- AppTask data byte[] that holds the serialized data.
- T
- Type to parse.
TT