Fork me on GitHub
Show / Hide Table of Contents

Class MonoDispatcherManager

IDispatcherManager implementation based on single IDispatcher
Inheritance
System.Object
MonoDispatcherManager
Implements
IDispatcherManager
IAsyncDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ComposableAsync
Assembly: ComposableAsync.Core.dll
Syntax
public sealed class MonoDispatcherManager : IDispatcherManager, IAsyncDisposable

Constructors

| Improve this Doc View Source

MonoDispatcherManager(IDispatcher, Boolean)

Create
Declaration
public MonoDispatcherManager(IDispatcher dispatcher, bool shouldDispose = false)
Parameters
Type Name Description
IDispatcher dispatcher
System.Boolean shouldDispose

Properties

| Improve this Doc View Source

DisposeDispatcher

Declaration
public bool DisposeDispatcher { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

DisposeAsync()

Declaration
public Task DisposeAsync()
Returns
Type Description
System.Threading.Tasks.Task
| Improve this Doc View Source

GetDispatcher()

Declaration
public IDispatcher GetDispatcher()
Returns
Type Description
IDispatcher

Implements

IDispatcherManager
IAsyncDisposable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX