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

Namespace:  RiakClient.Models.RiakDt
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakDtSetResult(
	RiakResult<RiakObject> result,
	byte[] context = null,
	List<byte[]> 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.GenericListByte
The current collection of RiakDtMapEntrys, if they were returned with the operation result.
See Also