DOnGatewayErrorNotification Delegate
- Updated2023-02-21
- 2 minute(s) read
Delegate to define the OnGatewayErrorNotification event handler.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: 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.