Sdílet prostřednictvím


EventCounter(String, EventSource) Konstruktor

Definice

Inicializuje novou instanci EventCounter třídy .

public:
 EventCounter(System::String ^ name, System::Diagnostics::Tracing::EventSource ^ eventSource);
public EventCounter (string name, System.Diagnostics.Tracing.EventSource eventSource);
new System.Diagnostics.Tracing.EventCounter : string * System.Diagnostics.Tracing.EventSource -> System.Diagnostics.Tracing.EventCounter
Public Sub New (name As String, eventSource As EventSource)

Parametry

name
String

Název čítače událostí.

eventSource
EventSource

Zdroj události

Výjimky

name je null.

-nebo-

eventSource je null.

Platí pro