Table of Contents

AbandonAuthority

Methods
public bool AbandonAuthority()

Requests to give away authority over this entity to the replication server.

Returns
Type Description
bool

true if the request can be processed; otherwise, false.

Remarks

Fails if there's no authority over the entity, lifetimeType is SessionBased or AuthorityTransfer is NotTransferable.
In other words, the entity must be persistent, transferable and simulated by this client.
A request being processed doesn't guarantee that the transfer succeeds.
Requires a valid CoherenceBridge instance to process the transfer request.

See Also