|   | IaonSessionTemporalProcessingSupportExists Method | 
        
        
            Gets flag that determines if temporal processing is supported in this 
IaonSession.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic 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);
Parameters
- 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
See Also