AMPS C# Client  5.3.3.4
AMPS C# Client for .NET
AMPS.Client.ActionThreadCreatedHandler Class Reference

Allows usage of an Action (i.e. a lambda function with no return value) in the place of a MessageHandler throughout the AMPS api. More...

+ Inheritance diagram for AMPS.Client.ActionThreadCreatedHandler:

Public Member Functions

 ActionThreadCreatedHandler (Action action)
 
void invoke ()
 Method for the AMPS transport to call when a thread is created. More...
 

Detailed Description

Allows usage of an Action (i.e. a lambda function with no return value) in the place of a MessageHandler throughout the AMPS api.

Member Function Documentation

◆ invoke()

void AMPS.Client.ActionThreadCreatedHandler.invoke ( )
inline

Method for the AMPS transport to call when a thread is created.

The thread calling invoke is the newly created thread.

Implements AMPS.Client.ThreadCreatedHandler.


The documentation for this class was generated from the following file: