DurableOperationContext Class
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.ServiceModel.Dispatcher
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
Return to top
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. |
.NET Framework
Available since 3.5
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.
Show:


