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 SourceGetAssociatedDispatcher(IDispatcherProvider)
Returns the underlying IDispatcher
Declaration
public static IDispatcher GetAssociatedDispatcher(this IDispatcherProvider dispatcherProvider)
Parameters
Type | Name | Description |
---|---|---|
IDispatcherProvider | dispatcherProvider |
Returns
Type | Description |
---|---|
IDispatcher |