IProcessingProvider.Queue Method¶
Adds applications to be processed by the current provider.
Namespace: Citrix.SDK.AppDNA.Solutions.AppV.Processing
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
void Queue(
IEnumerable<ApplicationWorkflow> applications
)
VB¶
Sub Queue (
applications As IEnumerable(Of ApplicationWorkflow)
)
Parameters¶
- applications
- Type: System.Collections.Generic.IEnumerable(ApplicationWorkflow)
See Also¶
Reference¶
IProcessingProvider Interface
Citrix.SDK.AppDNA.Solutions.AppV.Processing Namespace