ReportConfiguration.Enable Method¶
If set state to true enables the specified report configurations, algorithm groups and algorithms. Otherwise disables all above.
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 Enable( IEnumerable<AlgorithmGroup> algorithmGroups, IEnumerable<Algorithm> algorithms, bool state )
VB¶
Public Sub Enable ( algorithmGroups As IEnumerable(Of AlgorithmGroup), algorithms As IEnumerable(Of Algorithm), state As Boolean )
Parameters¶
- algorithmGroups
- Type: System.Collections.Generic.IEnumerable(AlgorithmGroup)
The algorithm groups. - algorithms
- Type: System.Collections.Generic.IEnumerable(Algorithm)
The algorithms. - state
- Type: System.Boolean
if set totrue[enable].