Table of Contents

Interface RemoteAdmissionManager.IAdmission

Namespace
MarymoorStudios.Core.Rpc.Identity.IO
Assembly
MarymoorStudios.Core.Rpc.Identity.IO.dll

An eventual interface that can be implemented to received remote admission requests.

[Eventual]
public interface RemoteAdmissionManager.IAdmission

Methods

OnAdmit(UserIdentity, IEnumerable<Endorsement>, DateTime)

Promise<RemoteAdmissionManager.AdmissionOutcome> OnAdmit(UserIdentity identity, IEnumerable<Endorsement> endorsements, DateTime timestamp)

Parameters

identity UserIdentity
endorsements IEnumerable<Endorsement>
timestamp DateTime

Returns

Promise<RemoteAdmissionManager.AdmissionOutcome>