Table of Contents

Property Value

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Value

Get the object returned from the ScaleOut service.

public TValue Value { get; }

Property Value

TValue

Exceptions

InvalidOperationException

The response is not a retrieval request or an error occurred, so there is no value.

ObjectNotFoundException

The object was not found in the ScaleOut service.

ObjectLockedException

An exclusive lock could not be acquired, so the object was not retrieved.

LockLostException

The lock represented by the provided lock token is no longer valid in the ScaleOut service.