RuntimeTransactionHandle.CompleteTransaction Método

Definição

Conclui a transação de tempo de execução atual.Completes the current run-time transaction.

Sobrecargas

CompleteTransaction(NativeActivityContext)

Conclui a transação de tempo de execução atual.Completes the current run-time transaction.

CompleteTransaction(NativeActivityContext, BookmarkCallback)

Conclui a transação de tempo de execução atual e agenda o retorno de chamada do indicador, quando a transação for concluída.Completes the current run-time transaction and schedules the bookmark callback when the transaction is complete.

CompleteTransaction(NativeActivityContext)

Conclui a transação de tempo de execução atual.Completes the current run-time transaction.

public:
 void CompleteTransaction(System::Activities::NativeActivityContext ^ context);
public void CompleteTransaction (System.Activities.NativeActivityContext context);
member this.CompleteTransaction : System.Activities.NativeActivityContext -> unit
Public Sub CompleteTransaction (context As NativeActivityContext)

Parâmetros

context
NativeActivityContext

O ambiente de execução atual.The current execution environment.

Aplica-se a

CompleteTransaction(NativeActivityContext, BookmarkCallback)

Conclui a transação de tempo de execução atual e agenda o retorno de chamada do indicador, quando a transação for concluída.Completes the current run-time transaction and schedules the bookmark callback when the transaction is complete.

public:
 void CompleteTransaction(System::Activities::NativeActivityContext ^ context, System::Activities::BookmarkCallback ^ callback);
public void CompleteTransaction (System.Activities.NativeActivityContext context, System.Activities.BookmarkCallback callback);
member this.CompleteTransaction : System.Activities.NativeActivityContext * System.Activities.BookmarkCallback -> unit
Public Sub CompleteTransaction (context As NativeActivityContext, callback As BookmarkCallback)

Parâmetros

context
NativeActivityContext

O ambiente de execução atual.The current execution environment.

callback
BookmarkCallback

O retorno de chamada do indicador a ser invocado quando a transação for concluída.The bookmark callback to be invoked when the transaction completes.

Aplica-se a