Język

LoggingEventArgs Konstruktory

Definicja

Przeciążenia

Nazwa Opis
LoggingEventArgs(String)

Inicjuje nowe wystąpienie klasy LoggingEventArgs.

LoggingEventArgs(String, ChannelMessageKind, String)

Inicjuje nową instane LoggingEventArgs klasy, która zawiera rodzaj i źródło komunikatu

LoggingEventArgs(String)

Źródło:
LoggingEventArgs.cs
Źródło:
LoggingEventArgs.cs
Źródło:
LoggingEventArgs.cs

Inicjuje nowe wystąpienie klasy LoggingEventArgs.

public LoggingEventArgs(string message);
new Microsoft.ML.LoggingEventArgs : string -> Microsoft.ML.LoggingEventArgs
Public Sub New (message As String)

Parametry

message
String

Rejestrowany komunikat.

Dotyczy

LoggingEventArgs(String, ChannelMessageKind, String)

Źródło:
LoggingEventArgs.cs
Źródło:
LoggingEventArgs.cs
Źródło:
LoggingEventArgs.cs

Inicjuje nową instane LoggingEventArgs klasy, która zawiera rodzaj i źródło komunikatu

public LoggingEventArgs(string message, Microsoft.ML.Runtime.ChannelMessageKind kind, string source);
new Microsoft.ML.LoggingEventArgs : string * Microsoft.ML.Runtime.ChannelMessageKind * string -> Microsoft.ML.LoggingEventArgs
Public Sub New (message As String, kind As ChannelMessageKind, source As String)

Parametry

message
String

Rejestrowany komunikat

source
String

Źródło komunikatu

Dotyczy