![]() |
Vault
4.1
|
This interface defines a background task object that can be attached to a VClientSession, such that the session will not destruct until all attached tasks have ended. More...
#include <vmessagehandler.h>
Public Member Functions | |
VMessageHandlerTask (VClientSessionPtr session) | |
Protected Attributes | |
VClientSessionPtr | mSession |
The session object we are associated with. |
This interface defines a background task object that can be attached to a VClientSession, such that the session will not destruct until all attached tasks have ended.
If your VMessageHandler creates a task to perform work on a separate thread, it should derive from VMessageHandlerTask so that the session will know of its existence.
Definition at line 274 of file vmessagehandler.h.