EventCounter(String, EventSource) Constructor

Definition

Initializes a new instance of the EventCounter class.

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)

Parameters

name
String

The event counter name.

eventSource
EventSource

The event source.

Exceptions

name is null.

-or-

eventSource is null.

Applies to