Show / Hide Table of Contents

Class DispatcherOperation

Implements dispatcher operation

Inheritance
System.Object
DispatcherOperation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface.Threading
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class DispatcherOperation

Properties

Dispatcher

Gets the instance of dispatcher for this operation

Declaration
public Dispatcher Dispatcher { get; }
Property Value
Type Description
Dispatcher

IsCompleted

Checks if action was executed

Declaration
public bool IsCompleted { get; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX