EventId(Int32, String) Constructor

Definition

Initializes an instance of the EventId struct.

public EventId (int id, string name = default);
public EventId (int id, string? name = default);
new Microsoft.Extensions.Logging.EventId : int * string -> Microsoft.Extensions.Logging.EventId
Public Sub New (id As Integer, Optional name As String = Nothing)

Parameters

id
Int32

The numeric identifier for this event.

name
String

The name of this event.

Applies to