Skip to content

ProfileDataCollection Constructor

Initializes a new instance of the ProfileDataCollection class.

Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public ProfileDataCollection(
    ObservableCollection<ApplicationPerformanceCounter> list
)

VB

Public Sub New ( 
    list As ObservableCollection(Of ApplicationPerformanceCounter)
)

Parameters

 

list
Type: System.Collections.ObjectModel.ObservableCollection(ApplicationPerformanceCounter)
The list.

See Also

Reference

ProfileDataCollection Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?