[]
Non-blocking (asynchronous) version of the Render() method. This method is a shortcut to the GenerateAsyncEx() method on the base class.
public IAsyncActionWithProgress<double> RenderAsyncEx()
Public Function RenderAsyncEx() As IAsyncActionWithProgress(Of Double)
| Type | Description |
|---|---|
| IAsyncActionWithProgress<double> | The IAsyncActionWithProgress<TProgress> interface that can be used to manage asynchronous operation. |