Click or drag to resize
ViewResultTCannotRetry Method
Checks to see if the operation is eligible for a retry.

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

Return Value

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

Implements

IViewResultTCannotRetry
See Also