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
stringName of the cache.
Returns
Exceptions
- ArgumentException
Cache name cannot be null/zero-length, and it cannot exceed 280 characters.