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+03e8eebec78141d9d3b2022fda2c0ac58d3116b9
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