[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.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public struct DatedGDIDWithISOKey : IDistributedStableHashProvider,
IEquatable<DatedGDIDWithISOKey>
public struct DatedGDIDWithISOKey : IDistributedStableHashProvider,
IEquatable<DatedGDIDWithISOKey>
Public Structure DatedGDIDWithISOKey
Implements IDistributedStableHashProvider, IEquatable(Of DatedGDIDWithISOKey)
Public Structure DatedGDIDWithISOKey
Implements IDistributedStableHashProvider, IEquatable(Of DatedGDIDWithISOKey)
public value class DatedGDIDWithISOKey : IDistributedStableHashProvider,
IEquatable<DatedGDIDWithISOKey>
public value class DatedGDIDWithISOKey : IDistributedStableHashProvider,
IEquatable<DatedGDIDWithISOKey>
[<SealedAttribute>]
type DatedGDIDWithISOKey =
struct
interface IDistributedStableHashProvider
interface IEquatable<DatedGDIDWithISOKey>
end
[<SealedAttribute>]
type DatedGDIDWithISOKey =
struct
interface IDistributedStableHashProvider
interface IEquatable<DatedGDIDWithISOKey>
end