[]
        
(Showing Draft Content)

C1.WPF.Document.IAsyncOperationWithProgress-2

IAsyncOperationWithProgress<TResult, TProgress> Interface

Represents an asynchronous operation that includes progress updates.

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

The result of the action.

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.