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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.