DurableOperationContext.AbortInstance Method
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.
Purges the current durable service instance from memory after the operation has completed.
public:
static void AbortInstance();
public static void AbortInstance ();
static member AbortInstance : unit -> unit
Public Shared Sub AbortInstance ()
Remarks
This method call will fail unless the ConcurrencyMode
value for your service is set to Single
and SaveStateInOperationTransaction is set to false
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.