Fork me on GitHub
Show / Hide Table of Contents

Interface IDispatcherManager

Dispatcher manager
Inherited Members
IAsyncDisposable.DisposeAsync()
Namespace: ComposableAsync
Assembly: ComposableAsync.Core.dll
Syntax
public interface IDispatcherManager : IAsyncDisposable

Properties

| Improve this Doc View Source

DisposeDispatcher

true if the Dispatcher should be released
Declaration
bool DisposeDispatcher { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

GetDispatcher()

Returns a consumable Dispatcher
Declaration
IDispatcher GetDispatcher()
Returns
Type Description
IDispatcher
  • Improve this Doc
  • View Source
Back to top Generated by DocFX