IDistributedStableHashProvider MembersNFX Class Library

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

The IDistributedStableHashProvider type exposes the following members.
Methods

  NameDescription
Public methodGetDistributedStableHash
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
Back to Top
See Also