Skip to content

OSImageService.Delete Method (IEnumerable(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(
    IEnumerable<OSImage> images
)

VB

Public Sub Delete ( 
    images As IEnumerable(Of OSImage)
)

Parameters

 

images
Type: System.Collections.Generic.IEnumerable(OSImage)
A collection of OSImage objects to be deleted.

See Also

Reference

OSImageService Class
Delete Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?