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