IBackgroundOperationContext Interface
Provides access to the execution context of a service method.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | Arguments | Gets the object value for the arguments in the context property. |
![]() | IsCancelable | Gets or sets a value indicating whether the operation can be cancelled. |
![]() | IsCancelRequested | Gets or sets a value indicating whether the user requested to cancel the operation. |
![]() | Progress | Gets or sets the status value of the operation. |
![]() | Status | Gets or sets the information message describing the status of the current operation. |
| Name | Description | |
|---|---|---|
![]() | GetService(Type^) | (Inherited from IServiceProvider.) |
![]() | OnError(Exception^) | Indicates an exception that appears when the error occurs during the operation. |
| Name | Description | |
|---|---|---|
![]() | CancelRequested | An event that fires when IsCancelRequested is true. |
Show:


