Instructs the service to stop watching for tick data.

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

Syntax

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

Return Value

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

See Also