IStimulusProfileSession.SessionUndeploy Event
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Callback invoked when the session is undeployed.
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 SessionUndeploy As DOnSessionUndeploy |
| C# |
|---|
event DOnSessionUndeploy SessionUndeploy |
| Visual C++ |
|---|
event DOnSessionUndeploy^ SessionUndeploy { void add (DOnSessionUndeploy^ value); void remove (DOnSessionUndeploy^ value); } |