TransactionManager.HostCurrentCallback Propriedade

Definição

Obtém ou define uma fábrica de transação personalizada.

public:
 static property System::Transactions::HostCurrentTransactionCallback ^ HostCurrentCallback { System::Transactions::HostCurrentTransactionCallback ^ get(); void set(System::Transactions::HostCurrentTransactionCallback ^ value); };
public static System.Transactions.HostCurrentTransactionCallback? HostCurrentCallback { get; set; }
public static System.Transactions.HostCurrentTransactionCallback HostCurrentCallback { get; set; }
member this.HostCurrentCallback : System.Transactions.HostCurrentTransactionCallback with get, set
Public Shared Property HostCurrentCallback As HostCurrentTransactionCallback

Valor da propriedade

HostCurrentTransactionCallback

Um HostCurrentTransactionCallback que contém uma fábrica de transação personalizada.

Comentários

Nota Esse método usa LinkDemand para impedir que ele seja chamado de código não confiável; no entanto, somente o chamador imediato é necessário para possuir o FullTrust conjunto de permissões.

Aplica-se a