ExecuteCompletedEventArgs Class
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Provides data for the StimulusProfile.ExecuteCompleted event.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Class ExecuteCompletedEventArgs _ Inherits AsyncCompletedEventArgs |
| C# |
|---|
public class ExecuteCompletedEventArgs : AsyncCompletedEventArgs |
| Visual C++ |
|---|
public ref class ExecuteCompletedEventArgs : public AsyncCompletedEventArgs |
Remarks
Accessing this Class:
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ExecuteCompletedEventArgs
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ExecuteCompletedEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.