AbandonAuthority
method in Coherence.Toolkit.CoherenceSync
Methods
public bool AbandonAuthority()
Requests to give away authority over this entity to the replication server.
Returns
| Type | Description |
|---|---|
| bool |
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
Adopt()
RequestAuthority(AuthorityType)