IMetricsLogger::BeginEvent Method (String^)

 

Begins an event with the specified name.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Object^ BeginEvent(
	String^ eventName
)

Parameters

eventName
Type: System::String^

The name of the event.

Return Value

Type: System::Object^

A handle to the created event.

Return to top
Show: