GDIDWithStrHash StructureNFX Class Library

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

Represents a GDID with 8 byte string hash. The hash is case sensitive. The point of this structure is to avoid creation of references for Pile cache so keys alone do not stall the GC.

Namespace: NFX.ApplicationModel.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public struct GDIDWithStrHash : IDistributedStableHashProvider, 
	IEquatable<GDIDWithStrHash>
See Also