Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IEventSource::postConnect ( p6ICom pIoIface,
P6IOCONTEXT pIoContext 
)
pure virtual

Called by p6IEventQ to establish a connection on a socket asynchronously.

When an outcome is available for the connection attempt, it will be posted to the event queue. This method is only valid on connectable I/O components and will return eNotImplemented on other types of components.

Note
This method MUST be thread safe.
This method MUST not block.
Parameters
pIoIface[ in ] A pointer to the I/O interface to attempt to connect.
pIoContext[ in ] A pointer to a per I/O context that is carrier through for this I/O operation.
Returns