TransactionManager.HostCurrentCallback 属性

定义

获取或设置自定义事务工厂。

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; }
static member HostCurrentCallback : System.Transactions.HostCurrentTransactionCallback with get, set
Public Shared Property HostCurrentCallback As HostCurrentTransactionCallback

属性值

包含自定义的事务工厂的 HostCurrentTransactionCallback

适用于