Skip to main content
All docs
V21.2

ISnapMailMergeProgressIndicationService.CancellationToken Property

Allows tracing the requests to cancel an operation.

Namespace: DevExpress.Snap.Core.Services

Assembly: DevExpress.Snap.v21.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

CancellationToken CancellationToken { get; }

Property Value

Type Description
CancellationToken

A CancellationToken structure.

See Also