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

속성 값

HostCurrentTransactionCallback

사용자 지정 트랜잭션 팩터리가 포함된 HostCurrentTransactionCallback입니다.

설명

참고 이 메서드는 LinkDemand 신뢰할 수 없는 코드에서 호출되지 않도록 방지합니다. 그러나 권한 집합을 소유 FullTrust 하려면 직접 호출자만 필요합니다.

적용 대상