C#
VB
Java
Objective-C
WinRT C#
Gets a value that indicates whether the service is currently listening to events.
public bool IsListening {get;}
Public ReadOnly Property IsListening As Boolean
public bool IsListening {get;}
@property (nonatomic, assign, readonly) BOOL isListening
public boolean isListening()
get_IsListening();
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