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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.