Checks the open status of the data source.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool IsOpen()
Visual Basic (Declaration)
Function IsOpen As Boolean
Visual C++
bool IsOpen()

Return Value

Returns true, if the data source is open.

See Also