Click or drag to resize

ReadPreferenceWith Method (NullableTimeSpan)

Returns a new instance of ReadPreference with some values changed.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax
public ReadPreference With(
	TimeSpan? maxStaleness
)

Parameters

maxStaleness
Type: SystemNullableTimeSpan
The maximum staleness.

Return Value

Type: ReadPreference
A new instance of ReadPreference.
See Also