OSPatchService.Get Method (IEnumerable(Int64))¶
Returns a collection of Patch objects with matching identifiers.
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 Collection<OSPatch> Get(
IEnumerable<long> patchIds
)
VB¶
Public Function Get (
patchIds As IEnumerable(Of Long)
) As Collection(Of OSPatch)
Parameters¶
- patchIds
- Type: System.Collections.Generic.IEnumerable(Int64)
A collection of application identifier values used to find the matching OSPatch objects.
Return Value¶
Type: Collection(OSPatch)
Returns the requested OSPatch objects.