MemcachedBucket Insert T  Method (String, T, UInt32, ReplicateTo, PersistTo)Couchbase .NET SDK 2.0

[Missing <summary> documentation for "M:Couchbase.MemcachedBucket.Insert``1(System.String,``0,System.UInt32,Couchbase.ReplicateTo,Couchbase.PersistTo)"]

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public IOperationResult<T> Insert<T>(
	string key,
	T value,
	uint expiration,
	ReplicateTo replicateTo,
	PersistTo persistTo
)

Parameters

key
Type: System String

[Missing <param name="key"/> documentation for "M:Couchbase.MemcachedBucket.Insert``1(System.String,``0,System.UInt32,Couchbase.ReplicateTo,Couchbase.PersistTo)"]

value
Type: T

[Missing <param name="value"/> documentation for "M:Couchbase.MemcachedBucket.Insert``1(System.String,``0,System.UInt32,Couchbase.ReplicateTo,Couchbase.PersistTo)"]

expiration
Type: System UInt32

[Missing <param name="expiration"/> documentation for "M:Couchbase.MemcachedBucket.Insert``1(System.String,``0,System.UInt32,Couchbase.ReplicateTo,Couchbase.PersistTo)"]

replicateTo
Type: Couchbase ReplicateTo

[Missing <param name="replicateTo"/> documentation for "M:Couchbase.MemcachedBucket.Insert``1(System.String,``0,System.UInt32,Couchbase.ReplicateTo,Couchbase.PersistTo)"]

persistTo
Type: Couchbase PersistTo

[Missing <param name="persistTo"/> documentation for "M:Couchbase.MemcachedBucket.Insert``1(System.String,``0,System.UInt32,Couchbase.ReplicateTo,Couchbase.PersistTo)"]

Type Parameters
T

[Missing <typeparam name="T"/> documentation for "M:Couchbase.MemcachedBucket.Insert``1(System.String,``0,System.UInt32,Couchbase.ReplicateTo,Couchbase.PersistTo)"]

Return Value

Type: IOperationResult T 

[Missing <returns> documentation for "M:Couchbase.MemcachedBucket.Insert``1(System.String,``0,System.UInt32,Couchbase.ReplicateTo,Couchbase.PersistTo)"]

Implements

IBucket Insert T (String, T, UInt32, ReplicateTo, PersistTo)
See Also