Class ServiceResultExtensions
Extension methods with more convenient overloads for ServiceResult.
Inherited Members
Namespace: Couchbase
Assembly: Couchbase.NetClient.dll
Syntax
public static class ServiceResultExtensions
Methods
| Edit this page View SourceThrowOnNoRetry(IServiceResult)
Throw exception in the "No Retry" scenario
Declaration
public static void ThrowOnNoRetry(this IServiceResult result)
Parameters
Type | Name | Description |
---|---|---|
IServiceResult | result | The Service Result |