PendingTasksAdd Method

Adds the application task to the appropriate list.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void Add(
	ApplicationTask appTask
)

Parameters

appTask  ApplicationTask
AppTask to add

See Also