EventRegistrationTokenTable<T>.GetOrCreateEventRegistrationTokenTable 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 이벤트 등록 토큰 테이블이 null
이 아닌 경우 이 테이블을 반환하며, 그렇지 않은 경우 새 이벤트 등록 토큰 테이블을 반환합니다.
public:
static System::Runtime::InteropServices::WindowsRuntime::EventRegistrationTokenTable<T> ^ GetOrCreateEventRegistrationTokenTable(System::Runtime::InteropServices::WindowsRuntime::EventRegistrationTokenTable<T> ^ % refEventTable);
public static System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable<T> GetOrCreateEventRegistrationTokenTable (ref System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable<T> refEventTable);
public static System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable<T> GetOrCreateEventRegistrationTokenTable (ref System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable<T>? refEventTable);
static member GetOrCreateEventRegistrationTokenTable : EventRegistrationTokenTable -> System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable<'T (requires 'T : null)>
Public Shared Function GetOrCreateEventRegistrationTokenTable (ByRef refEventTable As EventRegistrationTokenTable(Of T)) As EventRegistrationTokenTable(Of T)
매개 변수
- refEventTable
- EventRegistrationTokenTable<T>
참조로 전달되는 이벤트 등록 토큰 테이블입니다.
반환
null
이 아닌 경우 이벤트 등록 토큰 테이블이 refEventTable
로 지정되며, 그렇지 않은 경우 새 이벤트 등록 토큰 테이블이 지정됩니다.
설명
사용 된 GetOrCreateEventRegistrationTokenTable 여러 스레드의 모든 테이블을 만들 수 있는 시나리오에는 이벤트 등록 토큰 테이블을 초기화 하는 방법입니다. 이 메서드는 여러 스레드에서 동시에, 모든 스레드에서 동일한 이벤트 등록 토큰 테이블이 반환 됩니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET