Op Englesch liesen Editéieren

Deelen iwwer


EventListener.EventSourceIndex(EventSource) Method

Definition

Gets a small non-negative number that represents the specified event source.

C#
protected static int EventSourceIndex(System.Diagnostics.Tracing.EventSource eventSource);
C#
public static int EventSourceIndex(System.Diagnostics.Tracing.EventSource eventSource);

Parameters

eventSource
EventSource

The event source to find the index for.

Returns

A small non-negative number that represents the specified event source.

Remarks

The value returned by EventSourceIndex identifies an event source that is suitable for indexing an array. This integer is unique within the application domain. An event listener might find it useful to store additional information about each event source that is connected to it. The value returned by EventSourceIndex allows this extra information to be efficiently stored in an expandable array such as List<T>.

Applies to

Produkt Versiounen
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2.0, 2.1
UWP 10.0