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)
ParameterTypeDescription
microSecondsint32_tThe amount of time in milliseconds to wait for a response.
modeSelectModeThe polling mode.

ReturnValue

The status of the socket based on the specified polling mode.

See Also