C# 클래스 RiakClient.Commands.Response

Response to a Riak command.
파일 보기 프로젝트 열기: basho/riak-dotnet-client

보호된 프로퍼티들

프로퍼티 타입 설명
isNotFound bool

공개 메소드들

메소드 설명
Response ( bool notFound )

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

메소드 상세

Response() 공개 메소드

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.

프로퍼티 상세

isNotFound 보호되어 있는 프로퍼티

protected bool isNotFound
리턴 bool