IInvokeable |
The IInvokeableThread type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
Invoke | Executes the provided action synchronously. This means that this function returns only after the provided action was executed. | |
InvokeAsync | Executes the provided action asynchronously. This means that this function immediately returns, without waiting for the action to be executed. |