C# Class withSIX.Mini.Applications.Services.Infra.GameContextExtensions

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
FindGame ( this gc, System.Guid id ) : Game
FindGameFromRequestOrThrowAsync ( this gc, IHaveId request ) : Task
FindGameOrThrowAsync ( this gc, System.Guid id ) : Task
FindGameOrThrowAsync ( this gc, IHaveGameId request ) : Task

Private Methods

Méthode Description
Wrap ( Func act, System.Guid id ) : Task

Method Details

FindGame() public static méthode

public static FindGame ( this gc, System.Guid id ) : Game
gc this
id System.Guid
Résultat Game

FindGameFromRequestOrThrowAsync() public static méthode

public static FindGameFromRequestOrThrowAsync ( this gc, IHaveId request ) : Task
gc this
request IHaveId
Résultat Task

FindGameOrThrowAsync() public static méthode

public static FindGameOrThrowAsync ( this gc, System.Guid id ) : Task
gc this
id System.Guid
Résultat Task

FindGameOrThrowAsync() public static méthode

public static FindGameOrThrowAsync ( this gc, IHaveGameId request ) : Task
gc this
request IHaveGameId
Résultat Task