Method | Description | |
---|---|---|
DequeueAsync ( ) : Task |
||
EnqueueAsync ( IMobileServiceFileOperation operation ) : Task | ||
FileOperationQueue ( IMobileServiceLocalStore store ) : System | ||
GetOperationByFileIdAsync ( string fileId ) : Task |
||
PeekAsync ( ) : Task |
||
RemoveAsync ( string id ) : Task |
Method | Description | |
---|---|---|
DefineTable ( IMobileServiceLocalStore store ) : void | ||
Delete ( Microsoft.WindowsAzure.MobileServices.Query.MobileServiceTableQueryDescription query ) : Task | ||
GetNextOperationItemAsync ( bool deleteItem ) : Task |
||
LoadOperationsInformation ( ) : OperationsInfo |
public EnqueueAsync ( IMobileServiceFileOperation operation ) : Task | ||
operation | IMobileServiceFileOperation | |
return | Task |
public FileOperationQueue ( IMobileServiceLocalStore store ) : System | ||
store | IMobileServiceLocalStore | |
return | System |
public GetOperationByFileIdAsync ( string fileId ) : Task |
||
fileId | string | |
return | Task |