csharp
public sealed class RealmPlayerSomebody the realm let in.
Remarks
The join between the two identities doc 27 keeps apart: Key is who the database thinks they are and is the same on every realm they visit, Id is who this session numbers them as and means nothing anywhere else.
Fields and properties (5)
public PlayerKey KeyWho, durably.
public PlayerId IdWho, as this realm's session numbers them. Assigned when they finish joining.
public long LeaseEpochThe lease epoch their ticket named (ADR-021).
public DateTimeOffset AdmittedAtWhen the ticket was accepted.
public TransferReadiness ReadinessWhether they can be moved to another shard right now.
Methods (1)
public override string ToString()Returns a string that represents the current object.
Used by (5)
- PlayerAdmissionVixen.Live.Realm
- RealmVixen.Live.Realm
- RealmClusterVixen.Live.Realm.Cluster
- RealmHostVixen.Live.Realm
- RealmHostTestsVixen.Live.Realm.Tests