Error processing SSI file
(Leadtools.Controls)

Show in webframe

IsListening Property




Gets a value that indicates whether the service is currently listening to the events.
Syntax
public bool IsListening {get;}
'Declaration
 
Public ReadOnly Property IsListening As Boolean

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

See Also

Reference

InteractiveService Class
InteractiveService Members

Error processing SSI file