Click or drag to resize

LookupInOptionsTimeout Method

[Missing <summary> documentation for "M:Couchbase.KeyValue.LookupInOptions.Timeout(System.Nullable{System.TimeSpan})"]

Namespace:  Couchbase.KeyValue
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public LookupInOptions Timeout(
	Nullable<TimeSpan> timeout
)

Parameters

timeout
Type: SystemNullableTimeSpan

[Missing <param name="timeout"/> documentation for "M:Couchbase.KeyValue.LookupInOptions.Timeout(System.Nullable{System.TimeSpan})"]

Return Value

Type: LookupInOptions

[Missing <returns> documentation for "M:Couchbase.KeyValue.LookupInOptions.Timeout(System.Nullable{System.TimeSpan})"]

See Also