HostCurrentTransactionCallback Delegate

Definition

Provides a mechanism for the hosting environment to supply its own default notion of Current.

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 

Return Value

A Transaction object.

Remarks

This delegate provides a mechanism for a hosting environment to supply its own default notion of Current. It is called when Current is null, and there is no current TransactionScope that indicates that the ambient transaction may have been suppressed.

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to