EventRegistrationTokenTable<T>.GetOrCreateEventRegistrationTokenTable Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca określoną tabelę tokenu rejestracji zdarzeń, jeśli nie null
jest ; w przeciwnym razie zwraca nową tabelę tokenu rejestracji zdarzeń.
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)
Parametry
- refEventTable
- EventRegistrationTokenTable<T>
Tabela tokenu rejestracji zdarzeń przekazana przez odwołanie.
Zwraca
Tabela tokenu rejestracji zdarzeń określona przez refEventTable
metodę , jeśli nie null
jest ; w przeciwnym razie nowa tabela tokenu rejestracji zdarzeń.
Uwagi
Użyj metody , GetOrCreateEventRegistrationTokenTable aby zainicjować tabelę tokenów rejestracji zdarzeń w scenariuszach, w których dowolna z kilku wątków może utworzyć tabelę. Jeśli ta metoda jest wywoływana w wielu wątkach jednocześnie, ta sama tabela tokenu rejestracji zdarzeń jest zwracana we wszystkich wątkach.