ApplicationService.SetProfilingData Method (Application, Dictionary(String, Double))¶
Sets the profiling data.
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 void SetProfilingData(
Application application,
Dictionary<string, double> profileData
)
VB¶
Public Sub SetProfilingData (
application As Application,
profileData As Dictionary(Of String, Double)
)
Parameters¶
- application
- Type: Citrix.SDK.AppDNA.Application
The application. - profileData
- Type: System.Collections.Generic.Dictionary(String, Double)
The profile data.
See Also¶
Reference¶
ApplicationService Class
SetProfilingData Overload
Citrix.SDK.AppDNA Namespace