IProcessingProvider Interface¶
Exposes App-V solution processing step functionality
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¶
public interface IProcessingProvider : IDisposable
VB¶
Public Interface IProcessingProvider
Inherits IDisposable
The IProcessingProvider type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | Identifier | Gets the identifier. |
![]() | IsRunning | Checks whether a processing provider is busy or not at the moment |
![]() | Name | Gets or sets the name. |
Methods¶
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | Queue | Adds applications to be processed by the current provider. |
![]() | Start | Starts the underlying processing provider to process applications. |
Events¶
Name | Description | |
---|---|---|
![]() | ApplicationProcessed | Event occuring when an application is processed by the underlying provider. |
![]() | PostedMessage | Occurs when provider posted message. |