Gets a value that indicates whether the service is currently listening to the events.
public bool IsListening { get; }
Public ReadOnly Property IsListening() As Boolean
Get
public:
property bool IsListening
{
bool get()
}
true if the service is currently listening to the events; otherwise, it is false.
The value of IsListening will be set to true after a successful call to StartListening and will be set back to false when StopListening is called.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET