BackgroundWorkOperationScope Class
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 in the context of executing a potentially long running operation.
public abstract class BackgroundWorkOperationScope : IDisposable
type BackgroundWorkOperationScope = class
interface IDisposable
Public MustInherit Class BackgroundWorkOperationScope
Implements IDisposable
- Inheritance
-
BackgroundWorkOperationScope
- Implements
Remarks
Members can be invoked from any thread.
Properties
Description |
Updates the description of the operation scope. |
Methods
Dispose() |
Marks the operation scope as completed |