[]
Non-blocking (asynchronous) version of the Generate() method.
public IAsyncActionWithProgress<double> GenerateAsyncEx()
Public Function GenerateAsyncEx() As IAsyncActionWithProgress(Of Double)
| Type | Description |
|---|---|
| IAsyncActionWithProgress<double> | The IAsyncActionWithProgress<TProgress> interface that can be used to manage asynchronous operation. |