GetOrCreateEventRegistrationTokenTable Method
Collapse the table of content
Expand the table of content

EventRegistrationTokenTable<T>.GetOrCreateEventRegistrationTokenTable Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns the specified event registration token table, if it is not null; otherwise, returns a new event registration token table.

Namespace:  System.Runtime.InteropServices.WindowsRuntime
Assembly:  mscorlib (in mscorlib.dll)

public static EventRegistrationTokenTable<T> GetOrCreateEventRegistrationTokenTable(
	ref EventRegistrationTokenTable<T> refEventTable
)

Parameters

refEventTable
Type: System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable<T> %
An event registration token table, passed by reference.

Return Value

Type: System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable<T>
The event registration token table that is specified by refEventTable, if it is not null; otherwise, a new event registration token table.

Use the GetOrCreateEventRegistrationTokenTable method to initialize an event registration token table in scenarios where any of several threads can create the table. If this method is called on multiple threads at the same time, the same event registration token table is returned on all threads.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft