메소드 | 설명 | |
---|---|---|
BeginSession ( ) : void |
OfflineSyncProvider method called when the controller is about to start a sync session.
|
|
EndSession ( ) : void |
OfflineSyncProvider method called when sync is completed.
|
|
GetChangeSet ( System.Guid state ) : |
OfflineSyncProvider method implementation to return a set of sync changes.
|
|
GetServerBlob ( ) : byte[] |
Returns the last server blob that was received during sync
|
|
OnChangeSetUploaded ( System.Guid state, |
OfflineSyncProvider method implementation called when a change set returned from GetChangeSet has been successfully uploaded.
|
|
SaveChangeSet ( |
OfflineSyncProvider method called to save changes retrieved from the sync service.
|
public GetChangeSet ( System.Guid state ) : |
||
state | System.Guid | A unique identifier for the changes that are uploaded |
리턴 |
public OnChangeSetUploaded ( System.Guid state, |
||
state | System.Guid | The unique identifier passed in to the GetChangeSet call. |
response | ChangeSetResponse that contains an updated server blob and any conflicts or errors that /// happened on the service. | |
리턴 | void |
public SaveChangeSet ( |
||
changeSet | The set of changes from the service to save. Also contains an updated server /// blob. | |
리턴 | void |