Skip to content

AnalysisStartedEventHander Delegate

This delegate defines the AnalysisStarted 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 AnalysisStartedEventHander(
    Import sender,
    Analysis analysis
)

VB

Public Delegate Sub AnalysisStartedEventHander ( 
    sender As Import,
    analysis As Analysis
)

Parameters

 

sender
Type: Citrix.SDK.AppDNA.Import
The Import object that raised the event.
analysis
Type: Citrix.SDK.AppDNA.Analysis
The Analysis object that represents the analysis triggered by this import

See Also

Reference

Citrix.SDK.AppDNA Namespace

Was this article helpful?