Instructs the service to begin watching for tick data.

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

Syntax

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

Return Value

true if the watch process has started successfully, otherwise false.

See Also