VeriStand .NET API Reference

DOnGatewayErrorNotification Delegate

Delegate to define the OnGatewayErrorNotification event handler.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Delegate Sub DOnGatewayErrorNotification ( _
	error As Error _
)
C#
public delegate void DOnGatewayErrorNotification(
	Error error
)
Visual C++
public delegate void DOnGatewayErrorNotification(
	Error^ error
)

Parameters

error
Type: Error
The error from the VeriStand Gateway.

See Also

Log in to get a better experience