IStimulusProfileSession.SessionComplete Event
- 更新时间2023-02-21
- 阅读时长2分钟
Callback invoked when the session finishes execution.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Event SessionComplete As DOnSessionComplete |
| C# |
|---|
event DOnSessionComplete SessionComplete |
| Visual C++ |
|---|
event DOnSessionComplete^ SessionComplete { void add (DOnSessionComplete^ value); void remove (DOnSessionComplete^ value); } |