CoherenceSync.AuthorityTransferConfig
enum in Coherence.Toolkit.CoherenceSync
The AuthorityTransfer configuration which is mapped into CoherenceSync.AuthorityTransferType at runtime.
Fields
Default = -1Mapped into the DefaultAuthorityTransferType set in the coherence settings.
NotTransferable = 0This entity can't be transferred to other clients.
Request = 1Authority transfer can be requested by other clients.
Stealing = 2Always accept requests for authority.