Click or drag to resize
Cimbalino ToolkitIDispatcherService Methods
Methods
  NameDescription
Public methodInvokeOnUiThreadAsync(Action)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodInvokeOnUiThreadAsync(FuncTask)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodInvokeOnUiThreadAsync(Action, Boolean)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodInvokeOnUiThreadAsync(FuncTask, Boolean)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodInvokeOnUiThreadAsyncT(FuncTaskT)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodInvokeOnUiThreadAsyncT(FuncT)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodInvokeOnUiThreadAsyncT(FuncTaskT, Boolean)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Public methodInvokeOnUiThreadAsyncT(FuncT, Boolean)
Runs the event dispatcher and awaits for it to complete before returning the results for dispatched events asynchronously.
Top
See Also