cancelAsynchronousListener

Stops a work thread for receiving asynchronous messages.

Syntax

  • C#: public void cancelAsynchronousListener()
  • Ruby: cancelAsynchronousListener()
  • Python: cancelAsynchronousListener()

 

Parameters

None

Return

None

 

 

Examples

C#

 

Ruby

 

Python