CommunicationBridgeUIDOverrideUID Method

Override this Synchronizables current unique ID with a new Guid.

Definition

Namespace: Alteruna
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public void OverrideUID(
	Guid newUID,
	bool deregisterOld = true
)

Parameters

newUID  Guid
The new Guid.
deregisterOld  Boolean  (Optional)
Should this Synchronizable be deregistered from the SerializableManager before re-registering with the new ID?

See Also