C# Class API.Hubs.BaseHub

Inheritance: Hub
Mostra file Open project: viktorgullmark/exilence-next

Public Methods

Method 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 method

public AddSnapshot ( SnapshotModel snapshotModel, string profileId ) : Task
snapshotModel SnapshotModel
profileId string
return Task

GetLatestSnapshotForProfile() public method

public GetLatestSnapshotForProfile ( string profileId ) : Task
profileId string
return Task

GetSnapshot() public method

public GetSnapshot ( string snapshotId ) : Task
snapshotId string
return Task

RemoveAllSnapshots() public method

public RemoveAllSnapshots ( string profileClientId ) : Task
profileClientId string
return Task

RemoveSnapshot() public method

public RemoveSnapshot ( string snapshotId ) : Task
snapshotId string
return Task