C# Class RiakClient.Commands.Response

Response to a Riak command.
Afficher le fichier Open project: basho/riak-dotnet-client

Protected Properties

Свойство Type Description
isNotFound bool

Méthodes publiques

Méthode Description
Response ( bool notFound )

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

Method Details

Response() public méthode

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
Résultat bool