WebHostMetricsLogger.Stop Method (Boolean)

 

This method is called by the ASP.NET infrastructure when ASP.NET is about to take down the app domain. See IRegisteredObject for more information.

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

public virtual void Stop(
	bool immediate
)

Parameters

immediate
Type: System.Boolean

true to indicate the registered object should unregister from the hosting environment before returning; otherwise, false.

Return to top
Show: