Table of Contents

Method ReadObjectAsync

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

ReadObjectAsync(ObjectKey)

Reads an object from the cache.

public Task<byte[]> ReadObjectAsync(ObjectKey key)

Parameters

key ObjectKey

ObjectKey

Returns

Task<byte[]>

Object bytes, or null if not found

Exceptions

ScaleoutException

Server returned an unexpected error.