Click or drag to resize
CacheableKeyGetHashCode Method
Return the hashcode for this key. It gets the hash code by calling the hashcode() function of the underlying gemfire::CacheableKey object.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public override int GetHashCode()

Return Value

Type: Int32

Implements

ICacheableKeyGetHashCode
See Also