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

ParameterTypeDescription
microSecondsint32_tThe amount of time in milliseconds to wait for a response.
modeSelectModeThe polling mode.

Return Value

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

See Also