Table of Contents

Method ToAppId

Namespace
Scaleout.Client.KeyEncoding
Assembly
Scaleout.Client.dll

ToAppId(string)

(Extension method) Converts a cache name to the numeric identifier used by the ScaleOut service.

public static uint ToAppId(this string cacheName)

Parameters

cacheName string

Name of the cache.

Returns

uint

uint identifier.

Exceptions

ArgumentException

Cache name cannot be null/zero-length, and it cannot exceed 280 characters.