C# Class API.Hubs.BaseHub

Inheritance: Hub
Afficher le fichier Open project: viktorgullmark/exilence-next

Méthodes publiques

Méthode Description
AddSnapshot ( SnapshotModel snapshotModel, string profileId ) : Task
GetLatestSnapshotForProfile ( string profileId ) : Task
GetSnapshot ( string snapshotId ) : Task
RemoveAllSnapshots ( string profileClientId ) : Task
RemoveSnapshot ( string snapshotId ) : Task

Method Details

AddSnapshot() public méthode

public AddSnapshot ( SnapshotModel snapshotModel, string profileId ) : Task
snapshotModel SnapshotModel
profileId string
Résultat Task

GetLatestSnapshotForProfile() public méthode

public GetLatestSnapshotForProfile ( string profileId ) : Task
profileId string
Résultat Task

GetSnapshot() public méthode

public GetSnapshot ( string snapshotId ) : Task
snapshotId string
Résultat Task

RemoveAllSnapshots() public méthode

public RemoveAllSnapshots ( string profileClientId ) : Task
profileClientId string
Résultat Task

RemoveSnapshot() public méthode

public RemoveSnapshot ( string snapshotId ) : Task
snapshotId string
Résultat Task