EventRegistrationTokenTable<T>.GetOrCreateEventRegistrationTokenTable Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve la tabla de tokens de registro de eventos especificada, si no es null
; en caso contrario, devuelve una nueva tabla de tokens de registro de eventos.
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)
Parámetros
- refEventTable
- EventRegistrationTokenTable<T>
Una tabla de token del registro de eventos, pasada por referencia.
Devoluciones
Tabla de tokens de registro de eventos especificada por refEventTable
, si no es null
; de lo contrario, una nueva tabla de tokens de registro de eventos.
Comentarios
Use el GetOrCreateEventRegistrationTokenTable método para inicializar una tabla de tokens de registro de eventos en escenarios en los que cualquiera de varios subprocesos puede crear la tabla. Si se llama a este método en varios subprocesos al mismo tiempo, se devuelve la misma tabla de tokens de registro de eventos en todos los subprocesos.