C# Class Conservatorio.UserSyncController

Inheritance: IRdioObjectKeyVisitor
Afficher le fichier Open project: abock/conservatorio Class Usage Examples

Méthodes publiques

Méthode Description
Cancel ( ) : void
CreateExporter ( ) : Exporter
SyncStepAsync ( System.Action syncProgressChanged ) : Task
UserSyncController ( Api api, string userIdentifier, RdioObjectStore sharedObjectStore ) : System
UserSyncController ( string userIdentifier, RdioObjectStore sharedObjectStore ) : System

Private Methods

Méthode Description
FindUserAsync ( ) : Task
IRdioObjectKeyVisitor ( string objectKey ) : void
KeyProcessorAsync ( IEnumerable keys ) : Task

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

CreateExporter() public méthode

public CreateExporter ( ) : Exporter
Résultat Exporter

SyncStepAsync() public méthode

public SyncStepAsync ( System.Action syncProgressChanged ) : Task
syncProgressChanged System.Action
Résultat Task

UserSyncController() public méthode

public UserSyncController ( Api api, string userIdentifier, RdioObjectStore sharedObjectStore ) : System
api Api
userIdentifier string
sharedObjectStore RdioObjectStore
Résultat System

UserSyncController() public méthode

public UserSyncController ( string userIdentifier, RdioObjectStore sharedObjectStore ) : System
userIdentifier string
sharedObjectStore RdioObjectStore
Résultat System