EventRegistrationTokenTable<T>.GetOrCreateEventRegistrationTokenTable Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce la tabella dei token di registrazione dell'evento specificata, se non è null
. In caso contrario, restituisce una nuova tabella dei token di registrazione dell'evento.
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)
Parametri
- refEventTable
- EventRegistrationTokenTable<T>
Tabella dei token di registrazione eventi, passata per riferimento.
Restituisce
La tabella dei token di registrazione dell'evento specificata da refEventTable
, se non è null
; in caso contrario, una nuova tabella dei token di registrazione dell'evento.
Commenti
Usare il GetOrCreateEventRegistrationTokenTable metodo per inizializzare una tabella token di registrazione eventi negli scenari in cui uno dei diversi thread può creare la tabella. Se questo metodo viene chiamato su più thread contemporaneamente, la stessa tabella del token di registrazione eventi viene restituita in tutti i thread.