EventId(Int32, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes an instance of the EventId struct.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.