ViewResult<T>.CannotRetry Method Couchbase .NET SDK 2.0
Checks to see if the operation is eligible for a retry.

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool CannotRetry()

Return Value

Type: Boolean
True if the operation should not be retried.

Implements

IViewResult<T>.CannotRetry()
See Also