C# Класс Microsoft.WindowsAzure.MobileServices.Sync.PullAction

Наследование: Microsoft.WindowsAzure.MobileServices.Sync.TableAction
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PullAction ( MobileServiceTable table, MobileServiceTableKind tableKind, Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceSyncContext context, string queryId, Microsoft.WindowsAzure.MobileServices.Query.MobileServiceTableQueryDescription query, string>.IDictionary parameters, IEnumerable relatedTables, OperationQueue operationQueue, Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceSyncSettingsManager settings, IMobileServiceLocalStore store, MobileServiceRemoteTableOptions options, Microsoft.WindowsAzure.MobileServices.Sync.PullOptions pullOptions, MobileServiceObjectReader reader, CancellationToken cancellationToken ) : System

Защищенные методы

Метод Описание
HandleDirtyTable ( ) : Task
ProcessTableAsync ( ) : Task
WaitPendingAction ( ) : Task

Приватные методы

Метод Описание
CreatePullStrategy ( ) : Task
EndOfResult ( Microsoft.WindowsAzure.MobileServices.Query.QueryResult result ) : bool
FollowNextLinks ( Microsoft.WindowsAzure.MobileServices.Query.QueryResult result ) : Task
IsNextLinkValid ( Uri link, MobileServiceRemoteTableOptions options ) : bool
ProcessAll ( Newtonsoft.Json.Linq.JArray items ) : Task
ValidateOption ( MobileServiceRemoteTableOptions validOptions, string>.IDictionary parameters, string optionKey, MobileServiceRemoteTableOptions option ) : bool

Описание методов

HandleDirtyTable() защищенный Метод

protected HandleDirtyTable ( ) : Task
Результат Task

ProcessTableAsync() защищенный Метод

protected ProcessTableAsync ( ) : Task
Результат Task

PullAction() публичный Метод

public PullAction ( MobileServiceTable table, MobileServiceTableKind tableKind, Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceSyncContext context, string queryId, Microsoft.WindowsAzure.MobileServices.Query.MobileServiceTableQueryDescription query, string>.IDictionary parameters, IEnumerable relatedTables, OperationQueue operationQueue, Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceSyncSettingsManager settings, IMobileServiceLocalStore store, MobileServiceRemoteTableOptions options, Microsoft.WindowsAzure.MobileServices.Sync.PullOptions pullOptions, MobileServiceObjectReader reader, CancellationToken cancellationToken ) : System
table MobileServiceTable
tableKind MobileServiceTableKind
context Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceSyncContext
queryId string
query Microsoft.WindowsAzure.MobileServices.Query.MobileServiceTableQueryDescription
parameters string>.IDictionary
relatedTables IEnumerable
operationQueue OperationQueue
settings Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceSyncSettingsManager
store IMobileServiceLocalStore
options MobileServiceRemoteTableOptions
pullOptions Microsoft.WindowsAzure.MobileServices.Sync.PullOptions
reader MobileServiceObjectReader
cancellationToken System.Threading.CancellationToken
Результат System

WaitPendingAction() защищенный Метод

protected WaitPendingAction ( ) : Task
Результат Task