C# Class withSIX.Play.Infra.Server.Hubs.ModsHub

Inheritance: BaseHub
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
GetInstalledModInfosQueryByGame ( System.Guid gameId ) : IModInfo>>.Task
GetModInfoQuery ( System.Guid modId, System.Guid gameId ) : Task
ModsHub ( IMediator mediator ) : System

Method Details

GetInstalledModInfosQueryByGame() public method

public GetInstalledModInfosQueryByGame ( System.Guid gameId ) : IModInfo>>.Task
gameId System.Guid
return IModInfo>>.Task

GetModInfoQuery() public method

public GetModInfoQuery ( System.Guid modId, System.Guid gameId ) : Task
modId System.Guid
gameId System.Guid
return Task

ModsHub() public method

public ModsHub ( IMediator mediator ) : System
mediator IMediator
return System