[This is preliminary documentation and is subject to change.]
Represents a date (not time)-sensitive value-type 2 GDIDs+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 Dated2GDIDWithISOKey : IDistributedStableHashProvider,
IEquatable<Dated2GDIDWithISOKey>
public struct Dated2GDIDWithISOKey : IDistributedStableHashProvider,
IEquatable<Dated2GDIDWithISOKey>
Public Structure Dated2GDIDWithISOKey
Implements IDistributedStableHashProvider, IEquatable(Of Dated2GDIDWithISOKey)
Public Structure Dated2GDIDWithISOKey
Implements IDistributedStableHashProvider, IEquatable(Of Dated2GDIDWithISOKey)
public value class Dated2GDIDWithISOKey : IDistributedStableHashProvider,
IEquatable<Dated2GDIDWithISOKey>
public value class Dated2GDIDWithISOKey : IDistributedStableHashProvider,
IEquatable<Dated2GDIDWithISOKey>
[<SealedAttribute>]
type Dated2GDIDWithISOKey =
struct
interface IDistributedStableHashProvider
interface IEquatable<Dated2GDIDWithISOKey>
end
[<SealedAttribute>]
type Dated2GDIDWithISOKey =
struct
interface IDistributedStableHashProvider
interface IEquatable<Dated2GDIDWithISOKey>
end