Fork me on GitHub
Show / Hide Table of Contents

Class DispatcherProviderExtension

IDispatcherProvider extension
Inheritance
System.Object
DispatcherProviderExtension
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 static class DispatcherProviderExtension

Methods

| Improve this Doc View Source

GetAssociatedDispatcher(IDispatcherProvider)

Returns the underlying IDispatcher
Declaration
public static IDispatcher GetAssociatedDispatcher(this IDispatcherProvider dispatcherProvider)
Parameters
Type Name Description
IDispatcherProvider dispatcherProvider
Returns
Type Description
IDispatcher
  • Improve this Doc
  • View Source
Back to top Generated by DocFX