Determines if the service is listening for tick data.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

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

Return Value

true if watching, else false.

See Also