DurableOperationContext Class
Provides a set of static methods to gain access to related information and functionality.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | InstanceId | Gets the service ID of this service instance. |
| Name | Description | |
|---|---|---|
![]() ![]() | AbortInstance() | Purges the current durable service instance from memory after the operation has completed. |
![]() ![]() | CompleteInstance() | Unloads the durable service instance from memory and deletes it from persistence after the operation has completed. |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


