OSPatchService.Delete Method¶
Deletes the specified patch by identifier.
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 bool Delete(
List<int> patchIds
)
VB¶
Public Function Delete (
patchIds As List(Of Integer)
) As Boolean
Parameters¶
- patchIds
- Type: System.Collections.Generic.List(Int32)
Return Value¶
Type: Boolean