VeriStand .NET API Reference

ExecuteCompletedEventArgs Class

Provides data for the StimulusProfile.ExecuteCompleted event.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: 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

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.

See Also

Log in to get a better experience