Table of Contents

Method GetFriendlyKey

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

GetFriendlyKey(ObjectKey)

Retrieves the friendly string representation of the specified ObjectKey. If a string key is stored in the cache, it is retrieved and returned. Returns null if the key is not found, not typed, or not a string.

public string GetFriendlyKey(ObjectKey key)

Parameters

key ObjectKey

ObjectKey

Returns

string

The user-friendly representation of the key, or null.