ApplicationService.Delete Method (IEnumerable(Application))¶
Delete a collection of Application objects
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<Application> applications
)
VB¶
Public Sub Delete (
applications As IEnumerable(Of Application)
)
Parameters¶
- applications
- Type: System.Collections.Generic.IEnumerable(Application)
A collection of Application objects to delete.
See Also¶
Reference¶
ApplicationService Class
Delete Overload
Citrix.SDK.AppDNA Namespace