OSImageService.Delete Method (OSImage[])¶
Deletes the specified OS images.
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 Delete( params OSImage[] images )
VB¶
Public Sub Delete ( ParamArray images As OSImage() )
Parameters¶
- images
- Type: Citrix.SDK.AppDNA.OSImage[]
A collection of OSImage objects to be deleted.
See Also¶
Reference¶
OSImageService Class
Delete Overload
Citrix.SDK.AppDNA Namespace