Overload List
Name | Description | |
---|---|---|
InteractOnApplicationThread(AnalysisApplicationComView ApplicationInteractor) |
Invokes the specified interactor with the AnalysisApplication
instance on the application thread. Derived classes shall call this method with a suitable
delegate to interact with the analysis application.
|
|
InteractOnApplicationThread T (AnalysisApplicationComView ApplicationInteractor T ) |
Invokes the specified interactor with the AnalysisApplication
instance on the application thread. Derived classes shall call this method with a suitable
delegate to interact with the analysis application.
|
See Also