Skip to main content
All docs
V21.2

SnapProgressIndicationService.CancellationToken Property

Allows tracing the requests to cancel an operation.

Namespace: DevExpress.Snap.Services

Assembly: DevExpress.Snap.v21.2.dll

NuGet Package: DevExpress.Win.Snap

Declaration

public CancellationToken CancellationToken { get; }

Property Value

Type Description
CancellationToken

A CancellationToken structure.

Implements

See Also