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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.