AppVServer Constructor¶
Initializes a new instance of the AppVServer class.
Namespace: Citrix.SDK.AppDNA.Solutions.AppV
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public AppVServer(
Server server
)
VB¶
Public Sub New (
server As Server
)
Parameters¶
- server
- Type: Citrix.SDK.AppDNA.Server
The core SDK object.
Exceptions¶
Exception | Condition |
---|---|
ArgumentNullException | server |