Click or drag to resize

ProcessWatchUnlockFilesWithExpiredLocks Method

Unlocks the files with expired locks. Made public for

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static void UnlockFilesWithExpiredLocks(
	ODataService ctx,
	Guid currentInstanceId,
	Action<string> logger
)

Parameters

ctx  ODataService
The CTX.
currentInstanceId  Guid
The current instance identifier.
logger  ActionString
The logger.
See Also