Click or drag to resize

IaonSessionTemporalProcessingSupportExists Method

Gets flag that determines if temporal processing is supported in this IaonSession.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual bool TemporalProcessingSupportExists(
	string collection = null
)
View Source

Parameters

collection  String  (Optional)
Name of collection over which to check support (e.g., "InputAdapters"); or null for all collections.

Return Value

Boolean
Flag that determines if temporal processing is supported in this IaonSession.
See Also