Show / Hide Table of Contents

Class DispatcherOperation

Represents an operation that has been posted to the Dispatcher queue.

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: System.Windows.Threading
Assembly: OpenSilver.dll
Syntax
public sealed class DispatcherOperation

Properties

| Improve this Doc View Source

Priority

Declaration
public DispatcherPriority Priority { get; }
Property Value
Type Description
DispatcherPriority
| Improve this Doc View Source

Result

Declaration
public object Result { get; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

Status

Declaration
public DispatcherOperationStatus Status { get; }
Property Value
Type Description
DispatcherOperationStatus

Methods

| Improve this Doc View Source

Abort()

Declaration
public void Abort()
| Improve this Doc View Source

Invoke()

Declaration
public void Invoke()

Events

| Improve this Doc View Source

Aborted

Declaration
public event EventHandler Aborted
Event Type
Type Description
System.EventHandler
| Improve this Doc View Source

Completed

Declaration
public event EventHandler Completed
Event Type
Type Description
System.EventHandler
  • Improve this Doc
  • View Source