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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.