ApplicationImportStateChangedEventHandler Delegate¶
This delegate defines the ApplicationImportStateChanged
event exposed by the Import class.
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 delegate void ApplicationImportStateChangedEventHandler(
Import sender,
IImportDetails importDetails,
ProcessingState processingState
)
VB¶
Public Delegate Sub ApplicationImportStateChangedEventHandler (
sender As Import,
importDetails As IImportDetails,
processingState As ProcessingState
)
Parameters¶
- sender
- Type: Citrix.SDK.AppDNA.Import
The Import object that raised the event. - importDetails
- Type: Citrix.SDK.AppDNA.IImportDetails
The IImportDetails that the ProcessingState is associated with. - processingState
- Type: Citrix.SDK.AppDNA.ProcessingState
The ProcessingState object that contains the state of the application server-side import defined by importDetails.