IUIThreadOperationScope Interface

Definition

Represents a single scope of a context of executing potentially long running operation on the UI thread. Scopes allow multiple components running within an operation to share the same context.

public interface class IUIThreadOperationScope : IDisposable
public interface IUIThreadOperationScope : IDisposable
type IUIThreadOperationScope = interface
    interface IDisposable
Public Interface IUIThreadOperationScope
Implements IDisposable
Implements

Properties

AllowCancellation

Gets or sets whether the operation can be cancelled.

Context

The IUIThreadOperationContext owning this scope instance.

Description

Gets user readable operation description.

Progress

Progress tracker instance to report operation progress.

Applies to