Enum RemoteAdmissionManager.AdmissionOutcome
- Namespace
- MarymoorStudios.Core.Rpc.Identity.IO
- Assembly
- MarymoorStudios.Core.Rpc.Identity.IO.dll
The outcome of an admission decision.
[DataContract]
public enum RemoteAdmissionManager.AdmissionOutcome
Fields
AllowOnce = 0
Allow this identity this one time.
AllowAlways = 1
Allow this identity from now on.
DenyOnce = 2
Refuse this identity this one time.
DenyAlways = 3
Refuse this identity from now on.