메소드 | 설명 | |
---|---|---|
Get ( GetLibraryItems request ) : |
||
Get ( GetLibraryItemsQuery request ) : |
||
PopulateLibraryInfo ( string userId, string lastDT, bool movies, bool tvshows, bool music, bool musicvideos, bool boxsets ) : Task |
||
SyncAPI ( ILogger logger, IJsonSerializer jsonSerializer, IApplicationPaths applicationPaths, IUserManager userManager, ILibraryManager libraryManager ) : System |
public Get ( GetLibraryItems request ) : |
||
request | GetLibraryItems | |
리턴 |
public Get ( GetLibraryItemsQuery request ) : |
||
request | GetLibraryItemsQuery | |
리턴 |
public PopulateLibraryInfo ( string userId, string lastDT, bool movies, bool tvshows, bool music, bool musicvideos, bool boxsets ) : Task |
||
userId | string | |
lastDT | string | |
movies | bool | |
tvshows | bool | |
music | bool | |
musicvideos | bool | |
boxsets | bool | |
리턴 | Task |
public SyncAPI ( ILogger logger, IJsonSerializer jsonSerializer, IApplicationPaths applicationPaths, IUserManager userManager, ILibraryManager libraryManager ) : System | ||
logger | ILogger | |
jsonSerializer | IJsonSerializer | |
applicationPaths | IApplicationPaths | |
userManager | IUserManager | |
libraryManager | ILibraryManager | |
리턴 | System |