CancelAfter

Cancellation.CancelAfter method

Makes a request for cancellation after the expiration of specified number of milliseconds.

public void CancelAfter(int milliseconds)
Parameter Type Description
milliseconds Int32 The number of milliseconds after which an operation will be cancelled.

See Also