[]
        
(Showing Draft Content)

C1.WPF.Document.IExecutionContext

IExecutionContext Interface

Represents the context used in asynchronous operations.

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.dll
Syntax
public interface IExecutionContext

Properties

Name Description
CancellationToken

CancellationToken that can be passed to underlying task.

Methods

Name Description
OnLongOperation(double, bool)

Asynchronous method should call this method to notify about execution progress.