VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

DOnAlarmTrigger2 Delegate

Delegate to define the OnAlarmTrigger2 event handler.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Delegate Sub DOnAlarmTrigger2 ( _
	target As String, _
	e As AlarmTriggerEventArgs _
)
C#
public delegate void DOnAlarmTrigger2(
	string target,
	AlarmTriggerEventArgs e
)
Visual C++
public delegate void DOnAlarmTrigger2(
	String^ target, 
	AlarmTriggerEventArgs^ e
)

Parameters

target
Type: System.String
The target on which the alarm is running.
e
Type: NationalInstruments.VeriStand.ClientAPI.AlarmTriggerEventArgs
An EventArgs that contains no event data.

See Also

Was this information helpful?