EventRegistrationTokenTable<T>.GetOrCreateEventRegistrationTokenTable Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna a tabela de token de registro de evento especificada, se não for null
; caso contrário, retorna uma nova tabela de token de registro de 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)
Parâmetros
- refEventTable
- EventRegistrationTokenTable<T>
Uma tabela de token de registro de evento, passado por referência.
Retornos
A tabela de token de registro de evento especificada por refEventTable
, se não for null
; caso contrário, uma nova tabela de token de registro de evento.
Comentários
Use o GetOrCreateEventRegistrationTokenTable método para inicializar uma tabela de token de registro de evento em cenários em que qualquer um dos vários threads pode criar a tabela. Se esse método for chamado em vários threads ao mesmo tempo, a mesma tabela de token de registro de evento será retornada em todos os threads.