CancellableOperationTCancelAfter Method

Requests cancellation of the operation.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool CancelAfter(
	TimeSpan delay
)

Parameters

delay  TimeSpan
Delay period before cancellation.

Return Value

Boolean
True when the cancellation was requested, false otherwise.

See Also