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