Checks to see if the operation is eligible for a retry.
Namespace: Couchbase.ViewsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool CannotRetry()
public bool CannotRetry()
Public Function CannotRetry As Boolean
Public Function CannotRetry As Boolean
public:
virtual bool CannotRetry() sealed
public:
virtual bool CannotRetry() sealed
abstract CannotRetry : unit -> bool
override CannotRetry : unit -> bool
abstract CannotRetry : unit -> bool
override CannotRetry : unit -> bool
Return Value
Type:
BooleanTrue if the operation should not be retried.
Implements
IViewResult<T>.CannotRetry()
See Also