AppTaskBatchProcessorCancelAll Method (Int32) |
Allows canceling with a cancellation delay.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void CancelAll(
int cancellationDelayMs
)
Public Sub CancelAll (
cancellationDelayMs As Integer
)
public:
void CancelAll(
int cancellationDelayMs
)
Parameters
- cancellationDelayMs
- Type: SystemInt32
Milliseconds to delay before requesting cancellation.
See Also