Exemplo n.º 1
0
 protected override void ReturnErrorCookie()
 {
     ExTraceGlobals.BackSyncTracer.TraceDebug((long)SyncConfiguration.TraceId, "DirSyncBasedTenantFullSyncConfiguration.ReturnErrorCookie entering");
     base.WriteResult(this.FullSyncPageToken.ToByteArray(), SyncObject.CreateGetChangesResponse(new List <SyncObject>(), this.MoreData, this.FullSyncPageToken.ToByteArray(), this.FullSyncPageToken.ServiceInstanceId));
 }
 protected virtual void ReturnErrorCookie()
 {
     ExTraceGlobals.BackSyncTracer.TraceDebug((long)SyncConfiguration.TraceId, "ReturnErrorCookie entering");
     base.WriteResult(this.NewCookie.ToByteArray(), SyncObject.CreateGetChangesResponse(new List <SyncObject>(), this.NewCookie.MoreDirSyncData, this.NewCookie.ToByteArray(), this.NewCookie.ServiceInstanceId));
 }