TaskQueueDirectiveParseT(String) Method

Parses a typed object from the immutable task data.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static T Parse<T>(
	string appTaskData
)

Parameters

appTaskData  String
AppTask serialized data string.

Type Parameters

T
Type to parse.

Return Value

T
T

See Also