DocumentResultT Constructor |
Namespace: CouchbaseAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DocumentResult(
IOperationResult<T> result,
string id
)
Public Sub New (
result As IOperationResult(Of T),
id As String
)
public:
DocumentResult(
IOperationResult<T>^ result,
String^ id
)
new :
result : IOperationResult<'T> *
id : string -> DocumentResult
Parameters
- result
- Type: CouchbaseIOperationResultT
[Missing <param name="result"/> documentation for "M:Couchbase.DocumentResult`1.#ctor(Couchbase.IOperationResult{`0},System.String)"]
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:Couchbase.DocumentResult`1.#ctor(Couchbase.IOperationResult{`0},System.String)"]
See Also