TaskProcessorBaseTSettingsGetLatestTaskInfo Method

Resolves the latest task info, by id from the server.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public ApplicationTask GetLatestTaskInfo(
	string id
)

Parameters

id  String
Task Id.

Return Value

ApplicationTask
ApplicationTask

See Also