mongoc_stream_timed_out()¶
Synopsis¶
bool
mongoc_stream_timed_out (mongoc_stream_t *stream);
Parameters¶
stream
: A mongoc_stream_t.
Returns¶
True if there has been a network timeout error on this stream.
bool
mongoc_stream_timed_out (mongoc_stream_t *stream);
stream
: A mongoc_stream_t.
True if there has been a network timeout error on this stream.