CancellableOperationTCancelAfter Method |
Requests cancellation of the operation.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool CancelAfter(
TimeSpan delay
)
Public Function CancelAfter (
delay As TimeSpan
) As Boolean
public:
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