PropertiesConvertCacheableStringKey Method |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableKey* ConvertCacheableStringKey(
CacheableString cStr
)
Visual Basic does not support APIs that consume or return unsafe types.
public:
static CacheableKey* ConvertCacheableStringKey(
CacheableString^ cStr
)
F# does not support APIs that consume or return unsafe types.
Parameters
- cStr
- Type: GemStone.GemFire.CacheCacheableString
Return Value
Type:
CacheableKey*
See Also