C# Class Conservatorio.UserSyncController

Inheritance: IRdioObjectKeyVisitor
显示文件 Open project: abock/conservatorio Class Usage Examples

Public Methods

Method 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

Method Description
FindUserAsync ( ) : Task
IRdioObjectKeyVisitor ( string objectKey ) : void
KeyProcessorAsync ( IEnumerable keys ) : Task

Method Details

Cancel() public method

public Cancel ( ) : void
return void

CreateExporter() public method

public CreateExporter ( ) : Exporter
return Exporter

SyncStepAsync() public method

public SyncStepAsync ( System.Action syncProgressChanged ) : Task
syncProgressChanged System.Action
return Task

UserSyncController() public method

public UserSyncController ( Api api, string userIdentifier, RdioObjectStore sharedObjectStore ) : System
api Api
userIdentifier string
sharedObjectStore RdioObjectStore
return System

UserSyncController() public method

public UserSyncController ( string userIdentifier, RdioObjectStore sharedObjectStore ) : System
userIdentifier string
sharedObjectStore RdioObjectStore
return System