pub unsafe extern "C" fn cass_execution_profile_set_request_timeout(
    profile: *mut CassExecProfile,
    timeout_ms: cass_uint64_t
) -> CassError
Expand description

Sets the timeout waiting for a response from a node.

Default: Disabled (uses the cluster request timeout)

@public @memberof CassExecProfile

@param[in] profile @param[in] timeout_ms Request timeout in milliseconds. Use 0 for no timeout or CASS_UINT64_MAX to disable. @return CASS_OK if successful, otherwise an error occurred.

@see cass_statement_set_request_timeout()