C# Class Protogame.DefaultHiveSessionManagement

Default implementation of IHiveSessionManagement.
Inheritance: IHiveSessionManagement
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
CreateTemporarySession ( ) : Task
DefaultHiveSessionManagement ( IHivePublicAuthentication hivePublicAuthentication ) : System.Collections.Generic
RefreshTemporarySessions ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
Init ( ) : void

Method Details

CreateTemporarySession() public méthode

public CreateTemporarySession ( ) : Task
Résultat Task

DefaultHiveSessionManagement() public méthode

public DefaultHiveSessionManagement ( IHivePublicAuthentication hivePublicAuthentication ) : System.Collections.Generic
hivePublicAuthentication IHivePublicAuthentication
Résultat System.Collections.Generic

RefreshTemporarySessions() public méthode

public RefreshTemporarySessions ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task