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

속성 값

사용자 지정 트랜잭션 팩터리를 포함하는 A HostCurrentTransactionCallback 입니다.

적용 대상