Click or drag to resize
RiakDtMapResult Constructor
Initializes a new instance of the RiakDtMapResult class.

Namespace:  RiakClient.Models.RiakDt
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakDtMapResult(
	RiakResult<RiakObject> result,
	byte[] context = null,
	List<RiakDtMapEntry> values = null
)

Parameters

result
Type: RiakClientRiakResultRiakObject
The operation result.
context (Optional)
Type: SystemByte
The current context, if one was returned with the operation result.
values (Optional)
Type: System.Collections.GenericListRiakDtMapEntry
The current collection of RiakDtMapEntrys, if they were returned with the operation result.
See Also