|
CancellableOperationTCancelAfter Method
|
Requests cancellation of the operation.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxpublic bool CancelAfter(
TimeSpan delay
)
Parameters
- delay
- Type: SystemTimeSpan
Delay period before cancellation.
Return Value
Type:
BooleanTrue when the cancellation was requested, false otherwise.
See Also