OSPatchService.ImportPatch Method¶
Imports a 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 PatchImportResult ImportPatch( string patchPath, string name, string description, string kbArticle, SynchronizationContext synchronizationContext )
VB¶
Public Function ImportPatch ( patchPath As String, name As String, description As String, kbArticle As String, synchronizationContext As SynchronizationContext ) As PatchImportResult
Parameters¶
- patchPath
- Type: System.String
- name
- Type: System.String
Patch Name - description
- Type: System.String
Patch Description - kbArticle
- Type: System.String
Microsoft Knowledge Base Article Number - synchronizationContext
- Type: System.Threading.SynchronizationContext
Return Value¶
Type: PatchImportResult