AMPS C# Client
5.3.3.4
AMPS C# Client for .NET
|
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...
Public Member Functions | |
ActionThreadCreatedHandler (Action action) | |
void | invoke () |
Method for the AMPS transport to call when a thread is created. More... | |
Allows usage of an Action (i.e. a lambda function with no return value) in the place of a MessageHandler throughout the AMPS api.
|
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.