IViewResult<T>.CannotRetry Method Couchbase .NET SDK 2.0
Returns false if the error that caused the View request to fail can result in a retry request.

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Couchbase.Views.IViewResult`1.CannotRetry"]

See Also