←Select platform

IsListening Property

Summary

Gets a value that indicates whether the service is currently listening to events.

Syntax

C#
VB
Java
Objective-C
WinRT C#
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();  

Property Value

true if the service is currently listening to the events; otherwise, it is false.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)