IDistributedStableHashProvider GetDistributedStableHash Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Provides 64 bit STABLE hash suitable for distributed system application. This hash may NOT depend on platform as it is used for storage. Warning! DO NOT CALL object.GetHashCode() as it may not be suitable for storage

Namespace: NFX.DataAccess.Distributed
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

ulong GetDistributedStableHash()

Return Value

Type: OnlineUInt64
See Also