[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
GDID class
Namespace: NFX.DataAccess.DistributedAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public GDID(
uint era,
int authority,
ulong counter
)
public GDID(
uint era,
int authority,
ulong counter
)
Public Sub New (
era As UInteger,
authority As Integer,
counter As ULong
)
Public Sub New (
era As UInteger,
authority As Integer,
counter As ULong
)
public:
GDID(
unsigned int era,
int authority,
unsigned long long counter
)
public:
GDID(
unsigned int era,
int authority,
unsigned long long counter
)
new :
era : uint32 *
authority : int *
counter : uint64 -> GDID
new :
era : uint32 *
authority : int *
counter : uint64 -> GDID