PerformanceCounterManager.ICollectData.CloseData Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
PerformanceCounterManager has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.
Caution
This class has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead. http://go.microsoft.com/fwlink/?linkid=14202
Caution
This class has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead. https://go.microsoft.com/fwlink/?linkid=14202
Called by the perf dll's close performance data.
This API supports the product infrastructure and is not intended to be used directly from your code.
 virtual void System.Diagnostics.ICollectData.CloseData() = System::Diagnostics::ICollectData::CloseData;[System.Obsolete("PerformanceCounterManager has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.")]
void ICollectData.CloseData();void ICollectData.CloseData();[System.Obsolete("This class has been deprecated.  Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
void ICollectData.CloseData();[System.Obsolete("This class has been deprecated.  Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
void ICollectData.CloseData();[<System.Obsolete("PerformanceCounterManager has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.")>]
abstract member System.Diagnostics.ICollectData.CloseData : unit -> unit
override this.System.Diagnostics.ICollectData.CloseData : unit -> unitabstract member System.Diagnostics.ICollectData.CloseData : unit -> unit
override this.System.Diagnostics.ICollectData.CloseData : unit -> unit[<System.Obsolete("This class has been deprecated.  Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member System.Diagnostics.ICollectData.CloseData : unit -> unit
override this.System.Diagnostics.ICollectData.CloseData : unit -> unit[<System.Obsolete("This class has been deprecated.  Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.  https://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member System.Diagnostics.ICollectData.CloseData : unit -> unit
override this.System.Diagnostics.ICollectData.CloseData : unit -> unitSub CloseData () Implements ICollectData.CloseDataImplements
- Attributes