C# Class Protogame.DefaultHiveSessionManagement

Default implementation of IHiveSessionManagement.
Inheritance: IHiveSessionManagement
Mostra file Open project: RedpointGames/Protogame

Public Methods

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

Private Methods

Method Description
Init ( ) : void

Method Details

CreateTemporarySession() public method

public CreateTemporarySession ( ) : Task
return Task

DefaultHiveSessionManagement() public method

public DefaultHiveSessionManagement ( IHivePublicAuthentication hivePublicAuthentication ) : System.Collections.Generic
hivePublicAuthentication IHivePublicAuthentication
return System.Collections.Generic

RefreshTemporarySessions() public method

public RefreshTemporarySessions ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task