[]
        
(Showing Draft Content)

C1.WPF.Document.C1DocumentSource.GenerateAsyncEx

GenerateAsyncEx Method

GenerateAsyncEx()

Non-blocking (asynchronous) version of the Generate() method.

Declaration
public IAsyncActionWithProgress<double> GenerateAsyncEx()
Returns
Type Description
IAsyncActionWithProgress<double>

The IAsyncActionWithProgress<TProgress> interface that can be used to manage asynchronous operation.

See Also