Click or drag to resize

ITaskProcessingJobTDirectiveCommit Method

Used to finalize task processing in Hybrid mode. The callback runs in the scope of a vault transaction along with the final task completed state. If any part of the callback or task completion steps fail, all vault operations performed in the callback will be rolled back. Throws if called more than once. Throws if not in Hybrid mode.

Namespace:  MFiles.VAF.AppTasks
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
void Commit(
	Action<Vault> vaultOperations
)

Parameters

vaultOperations
Type: SystemActionVault
The final vault operations to complete the task.
See Also