Click or drag to resize

dataUnitExtensionsgetMonitoringFunction Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the monitoring function.

Namespace:  imbSCI.DataComplex.data.dataUnits
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static dataUnitRowMonitoringDefinition getMonitoringFunction(
	this settingsPropertyEntryWithContext propertyEntry,
	Type instanceType
)
Request Example View Source

Parameters

propertyEntry
Type: imbSCI.Core.datasettingsPropertyEntryWithContext
The property entry.
instanceType
Type: SystemType
Type of the instance.

Return Value

Type: dataUnitRowMonitoringDefinition
null if function not found or set to none

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type settingsPropertyEntryWithContext. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also