Skip to content

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

 

NameDescription
Public propertyIdentifier Gets the identifier.
Public propertyIsRunning Checks whether a processing provider is busy or not at the moment
Public propertyName Gets or sets the name.
  Back to Top

Methods

 

NameDescription
Public methodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public methodQueue Adds applications to be processed by the current provider.
Public methodStart Starts the underlying processing provider to process applications.
  Back to Top

Events

 

NameDescription
Public eventApplicationProcessed Event occuring when an application is processed by the underlying provider.
Public eventPostedMessage Occurs when provider posted message.
  Back to Top

See Also

Reference

Citrix.SDK.AppDNA.Solutions.AppV.Processing Namespace

Was this article helpful?