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