StateServerKeyGetHashCode Method

ScaleOut Software NamedCache API
Return an integer value suitable for hashtable lookups. The value returned has the property that if a and b are both StateServerKey objects and if a.Equals(b) then a.GetHashCode() == b.GetHashCode().

Namespace:  Soss.Client
Assembly:  soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax

public override int GetHashCode()

Return Value

Type: Int32
An integer value suitable for hashtable lookups.
See Also

Reference