IUIThreadOperationScope Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |