MetricsLogger.BeginEvent(String) Method

Definition

Begins an event with the specified name.

public object BeginEvent (string eventName);
abstract member BeginEvent : string -> obj
override this.BeginEvent : string -> obj
Public Function BeginEvent (eventName As String) As Object

Parameters

eventName
String

The name of the event.

Returns

A handle to the created event.

Implements

Applies to