DatedGDIDWithISOKey StructureNFX Class Library

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

Represents a date (not time)-sensitive value-type GDID+3 char ISO code tuple, suitable for serving as a cache table key. The point of this structure is to avoid creation of references for Pile cache so keys alone do not stall the GC. The ISO code is case-insensitive

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

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