Table of Contents

Method QueryAllKeysAsync

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

QueryAllKeysAsync(uint)

Get all ObjectKeys in the cache.

public Task<IReadOnlyList<ObjectKey>> QueryAllKeysAsync(uint appId)

Parameters

appId uint

Returns

Task<IReadOnlyList<ObjectKey>>

List of object keys.