Click or drag to resize

IInvokeableThread Methods

The IInvokeableThread type exposes the following members.

Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodInvoke Executes the provided action synchronously. This means that this function returns only after the provided action was executed.
Public methodInvokeAsync Executes the provided action asynchronously. This means that this function immediately returns, without waiting for the action to be executed.
Top
See Also