IMetricsLogger.EndEvent Method (Object)

 

Completes a previously started event.

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

void EndEvent(
	object eventHandle
)

Parameters

eventHandle
Type: System.Object

An event instance that was previously started.

Return to top
Show: