DiagnosticMonitor.Shutdown Method ()
Stops the diagnostic monitor.
Namespace: Microsoft.WindowsAzure.Diagnostics
Assembly: Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)
Syntax
public void Shutdown()
public:
void Shutdown()
member Shutdown : unit -> unit
Public Sub Shutdown
Remarks
The Shutdown method stops the diagnostic monitor. Any in-progress automated transfers to persistent storage are not affected by calling this method. To start the diagnostic monitor again, call the Start method.
Warning
This API is not supported in Azure SDK versions 2.5 and higher. Instead, use the diagnostics.wadcfg XML configuration file. For more information, see Collect Logging Data by Using Azure Diagnostics.
See Also
DiagnosticMonitor Class
Microsoft.WindowsAzure.Diagnostics Namespace
Return to top