UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

MinMaxAvr..::..newVal Delegate

Event handler invoked every time new values are available.

Namespace:  UAOOI.ProcessObserver.RealTime.Utils
Assembly:  RealTime (in RealTime.dll)

Syntax


public delegate void newVal(
	long min,
	long max,
	long avr
)
Public Delegate Sub newVal ( _
	min As Long, _
	max As Long, _
	avr As Long _
)
public delegate void newVal(
	long long^ min, 
	long long^ max, 
	long long^ avr
)

Parameters

min
Type: Int64
max
Type: Int64
avr
Type: Int64