FileCopyIsCanceled Method

Determines whether the specified file-copy task was cancelled.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual bool IsCanceled(
	CancellationTokenSource cancellationTokenSource
)

Parameters

cancellationTokenSource  CancellationTokenSource
A CancellationTokenSource instance associateted to a file-copy task.

Return Value

Boolean
if the specified file-copy task was cancelled; otherwise, .

See Also