Click or drag to resize

DirectoryEnumerationFiltersCancellationToken Property

Gets or sets the cancellation token to abort the enumeration.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public CancellationToken CancellationToken { get; set; }

Property Value

Type: CancellationToken
A CancellationToken instance.
See Also