Click or drag to resize
Grid Solutions Framework

OutOfRangeServiceAttachRangeTest Method

Attaches a RangeTest to this OutOfRangeService.

Namespace: DataQualityMonitoring.Services
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
public void AttachRangeTest(
	RangeTest test
)
View Source

Parameters

test  RangeTest
The RangeTest to be attached to this OutOfRangeService.
See Also