[Missing <summary> documentation for "M:Couchbase.MemcachedBucket.Replace``1(System.String,``0,System.UInt64,Couchbase.ReplicateTo)"]
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)

Parameters
- key
- Type: System.String
[Missing <param name="key"/> documentation for "M:Couchbase.MemcachedBucket.Replace``1(System.String,``0,System.UInt64,Couchbase.ReplicateTo)"]
- value
- Type: T
[Missing <param name="value"/> documentation for "M:Couchbase.MemcachedBucket.Replace``1(System.String,``0,System.UInt64,Couchbase.ReplicateTo)"]
- cas
- Type: System.UInt64
[Missing <param name="cas"/> documentation for "M:Couchbase.MemcachedBucket.Replace``1(System.String,``0,System.UInt64,Couchbase.ReplicateTo)"]
- replicateTo
- Type: Couchbase.ReplicateTo
[Missing <param name="replicateTo"/> documentation for "M:Couchbase.MemcachedBucket.Replace``1(System.String,``0,System.UInt64,Couchbase.ReplicateTo)"]

- T
[Missing <typeparam name="T"/> documentation for "M:Couchbase.MemcachedBucket.Replace``1(System.String,``0,System.UInt64,Couchbase.ReplicateTo)"]
Return Value
Type: IOperationResult<T>[Missing <returns> documentation for "M:Couchbase.MemcachedBucket.Replace``1(System.String,``0,System.UInt64,Couchbase.ReplicateTo)"]
Implements
IBucket.Replace<T>(String, T, UInt64, ReplicateTo)