[]
        
(Showing Draft Content)

C1.WPF.Document.IAsyncActionWithProgress-1

IAsyncActionWithProgress<TProgress> Interface

Represents an asynchronous action that includes progress updates.

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public interface IAsyncActionWithProgress<TProgress> : IAsyncInfo
Type Parameters
Name Description
TProgress

The type of the progress data.

Properties

Name Description
Completed

Gets or sets the method that handles the action completed event.

Progress

Gets or sets the method that receives progress events.

Methods

Name Description
GetResults()

Returns the results of the action.