IStimulusProfileSession.SessionComplete Event
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
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); } |