Vault  4.1
Public Member Functions | Protected Attributes
VMessageHandlerTask Class Reference

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>

List of all members.

Public Member Functions

 VMessageHandlerTask (VClientSessionPtr session)

Protected Attributes

VClientSessionPtr mSession
 The session object we are associated with.

Detailed Description

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.


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

Copyright ©1997-2014 Trygve Isaacson. All rights reserved. This documentation was generated with Doxygen.