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.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax public ReadPreference With(
Nullable<TimeSpan> maxStaleness
)
Public Function With (
maxStaleness As Nullable(Of TimeSpan)
) As ReadPreference
member With :
maxStaleness : Nullable<TimeSpan> -> ReadPreference
Parameters
- maxStaleness
- Type: SystemNullableTimeSpan
The maximum staleness.
Return Value
Type:
ReadPreferenceA new instance of ReadPreference.
See Also