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

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Dispose the resources

Method Details

Dispose() protected méthode

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