|
IaonSessionTemporalProcessingSupportExists Method
|
Gets flag that determines if temporal processing is supported in this
IaonSession.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public virtual bool TemporalProcessingSupportExists(
string collection = null
)
Public Overridable Function TemporalProcessingSupportExists (
Optional collection As String = Nothing
) As Boolean
public:
virtual bool TemporalProcessingSupportExists(
String^ collection = nullptr
)
abstract TemporalProcessingSupportExists :
?collection : string
(* Defaults:
let _collection = defaultArg collection null
*)
-> bool
override TemporalProcessingSupportExists :
?collection : string
(* Defaults:
let _collection = defaultArg collection null
*)
-> bool
function TemporalProcessingSupportExists(collection);
View SourceParameters
- collection String (Optional)
- Name of collection over which to check support (e.g., "InputAdapters"); or null for all collections.
Return Value
BooleanFlag that determines if temporal processing is supported in this
IaonSession.
See Also