System::Net::Sockets::Socket::Poll method
Socket::Poll method
Returns the status of the socket based on the specified polling mode.
bool System::Net::Sockets::Socket::Poll(int32_t microSeconds, SelectMode mode)
Parameter | Type | Description |
---|---|---|
microSeconds | int32_t | The amount of time in milliseconds to wait for a response. |
mode | SelectMode | The polling mode. |
ReturnValue
The status of the socket based on the specified polling mode.
See Also
- Enum SelectMode
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.PUB for C++