Method | Description | |
---|---|---|
InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store ) : IFileSyncContext | ||
InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, |
||
InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, string basePath ) : Task |
public static InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store ) : IFileSyncContext | ||
client | this | |
store | IMobileServiceLocalStore | |
return | IFileSyncContext |
public static InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, |
||
client | this | |
store | IMobileServiceLocalStore | |
folder | ||
return | IFileSyncContext |
public static InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, string basePath ) : Task |
||
client | this | |
store | IMobileServiceLocalStore | |
basePath | string | |
return | Task |