C# Class Microsoft.Azure.Commands.Insights.ManagementCmdletBase

Base class for the Azure Insights SDK Cmdlets based on the InsightsManagementClient
Inheritance: InsightsCmdletBase, IDisposable
Show file Open project: Azure/azure-powershell

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Dispose the resources

Method Details

Dispose() protected method

Dispose the resources
protected Dispose ( bool disposing ) : void
disposing bool Indicates whether the managed resources should be disposed or not
return void