C# Class RiakClient.Commands.Response

Response to a Riak command.
Mostrar archivo Open project: basho/riak-dotnet-client

Protected Properties

Property Type Description
isNotFound bool

Public Methods

Method Description
Response ( bool notFound )

Initializes a new instance of the Response class representing "Not Found".

Method Details

Response() public method

Initializes a new instance of the Response class representing "Not Found".
public Response ( bool notFound )
notFound bool Set to true to indicate the item was not found.

Property Details

isNotFound protected_oe property

protected bool isNotFound
return bool