TransactionManager.HostCurrentCallback 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용자 지정 트랜잭션 팩터리를 가져오거나 설정합니다.
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입니다.
설명
참고 이 메서드는 LinkDemand 신뢰할 수 없는 코드에서 호출되지 않도록 방지합니다. 그러나 권한 집합을 소유 FullTrust
하려면 직접 호출자만 필요합니다.