Skip to content
Was this article helpful?

Analysis Methods

The Analysis type exposes the following members.

Methods

 

NameDescription
Public methodDispose Disposes of the object.
Public methodEquals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodGetReport() Returns an instance of the Report class that contains the results of the analysis. If more than one ReportConfiguration was specified in the analysis, only the report for the first is returned. This must not be called unless IsFinished is true.
Public methodGetReport(ReportConfiguration) Returns an instance of the Report class that contains the results of the analysis. This must not be called unless IsFinished is true.
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodRequestCancel Requests that the analysis stop running. Cancellation may take some time. WaitForCompletion() and ProcessingState can be used to check the state of the analysis.
Public methodToString Returns a string that represents the current object. (Inherited from Object.)
Public methodWaitForCompletion() Returns when IsFinished is true.
Public methodWaitForCompletion(TimeSpan) Waits a specific length of time for completion.
  Back to Top

See Also

Reference

Analysis Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?