OSPatchService.ImportMsuPatch Method¶
Imports an MSU Patch into AppDNA
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 int ImportMsuPatch(
string patchPath,
string name,
string description,
string kbArticle,
SynchronizationContext synchronizationContext
)
VB¶
Public Function ImportMsuPatch (
patchPath As String,
name As String,
description As String,
kbArticle As String,
synchronizationContext As SynchronizationContext
) As Integer
Parameters¶
- patchPath
- Type: System.String
- name
- Type: System.String
- description
- Type: System.String
- kbArticle
- Type: System.String
- synchronizationContext
- Type: System.Threading.SynchronizationContext
Return Value¶
Type: Int32