Ejemplo n.º 1
0
 public ConflictResolvingSyncHandler(OfflineTests offlineTest, IMobileServiceClient client, ConflictResolution resolutionPolicy)
 {
     this.client             = client;
     this.conflictResolution = resolutionPolicy;
     this.test = offlineTest;
 }
Ejemplo n.º 2
0
 public AbortingSyncHandler(OfflineTests offlineTest, Func <string, bool> shouldAbortForId)
 {
     this.test           = offlineTest;
     this.AbortCondition = shouldAbortForId;
 }