IUniqueID Interface

Class UniqueID defines an application-wide unique ID for identifying objects deciding where to rout data in a Room.

Definition

Namespace: Alteruna
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public interface IUniqueID

Properties

UID Get or set the Guid of the UID.
UIDString Get or set the Guid of the UID as strong

Methods

MakeUID Initialize the UID.

See Also