MemcachedBucket Observe Method Couchbase .NET SDK 2.1.0 Documentation

[Missing <summary> documentation for "M:Couchbase.MemcachedBucket.Observe(System.String,System.UInt64,System.Boolean,Couchbase.ReplicateTo,Couchbase.PersistTo)"]

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public ObserveResponse Observe(
	string key,
	ulong cas,
	bool remove,
	ReplicateTo replicateTo,
	PersistTo persistTo
)

Parameters

key
Type: System String

[Missing <param name="key"/> documentation for "M:Couchbase.MemcachedBucket.Observe(System.String,System.UInt64,System.Boolean,Couchbase.ReplicateTo,Couchbase.PersistTo)"]

cas
Type: System UInt64

[Missing <param name="cas"/> documentation for "M:Couchbase.MemcachedBucket.Observe(System.String,System.UInt64,System.Boolean,Couchbase.ReplicateTo,Couchbase.PersistTo)"]

remove
Type: System Boolean

[Missing <param name="remove"/> documentation for "M:Couchbase.MemcachedBucket.Observe(System.String,System.UInt64,System.Boolean,Couchbase.ReplicateTo,Couchbase.PersistTo)"]

replicateTo
Type: Couchbase ReplicateTo

[Missing <param name="replicateTo"/> documentation for "M:Couchbase.MemcachedBucket.Observe(System.String,System.UInt64,System.Boolean,Couchbase.ReplicateTo,Couchbase.PersistTo)"]

persistTo
Type: Couchbase PersistTo

[Missing <param name="persistTo"/> documentation for "M:Couchbase.MemcachedBucket.Observe(System.String,System.UInt64,System.Boolean,Couchbase.ReplicateTo,Couchbase.PersistTo)"]

Return Value

Type: ObserveResponse

[Missing <returns> documentation for "M:Couchbase.MemcachedBucket.Observe(System.String,System.UInt64,System.Boolean,Couchbase.ReplicateTo,Couchbase.PersistTo)"]

Implements

IBucket Observe(String, UInt64, Boolean, ReplicateTo, PersistTo)
See Also