Table of Contents

Method ReadUtf16KeystringAsync

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

ReadUtf16KeystringAsync(ObjectKey)

Retrieves a legacy UTF-16 encoded string key from the cache.

public Task<string> ReadUtf16KeystringAsync(ObjectKey key)

Parameters

key ObjectKey

ObjectKey

Returns

Task<string>

string key, or null if not found

Exceptions

ArgumentException

Key isn't flagged as having a key string.