HostCurrentTransactionCallback Delegar
Definição
public delegate System::Transactions::Transaction ^ HostCurrentTransactionCallback();
public delegate System.Transactions.Transaction? HostCurrentTransactionCallback();
public delegate System.Transactions.Transaction HostCurrentTransactionCallback();
type HostCurrentTransactionCallback = delegate of unit -> Transaction
Public Delegate Function HostCurrentTransactionCallback() As Transaction
Valor Retornado
Um objeto Transaction.A Transaction object.
Comentários
Esse delegado fornece um mecanismo para um ambiente de hospedagem fornecer sua própria noção padrão do Current .This delegate provides a mechanism for a hosting environment to supply its own default notion of Current. Ele é chamado quando Current é null , e não há um atual TransactionScope que indique que a transação de ambiente pode ter sido suprimida.It is called when Current is null, and there is no current TransactionScope that indicates that the ambient transaction may have been suppressed.
Métodos de Extensão
| GetMethodInfo(Delegate) |
Obtém um objeto que representa o método representado pelo delegado especificado.Gets an object that represents the method represented by the specified delegate. |