Interface IDispatcherManager
Dispatcher manager
Inherited Members
Namespace: ComposableAsync
Assembly: ComposableAsync.Core.dll
Syntax
public interface IDispatcherManager : IAsyncDisposable
Properties
| Improve this Doc View SourceDisposeDispatcher
true if the Dispatcher should be released
Declaration
bool DisposeDispatcher { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceGetDispatcher()
Returns a consumable Dispatcher
Declaration
IDispatcher GetDispatcher()
Returns
Type | Description |
---|---|
IDispatcher |