コード例 #1
0
 public void SaveChangeWithChangeUnits(ItemChange change, SaveChangeWithChangeUnitsContext context)
 {
     // anyone know how to implement ???
     throw new NotImplementedException();
 }
コード例 #2
0
 public void SaveChangeWithChangeUnits(ItemChange change, SaveChangeWithChangeUnitsContext context)
 {
     //Change units are not supported by this sample provider.
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: RemoteStore.cs プロジェクト: labrinth1/RemoteSync
 public void SaveChangeWithChangeUnits(ItemChange change, SaveChangeWithChangeUnitsContext context)
 {
     throw new NotImplementedException("The method or operation is not implemented.");
 }
コード例 #4
0
ファイル: GenericSyncProvider.cs プロジェクト: alex765022/IBN
 public void SaveChangeWithChangeUnits(ItemChange change, SaveChangeWithChangeUnitsContext context)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public void SaveChangeWithChangeUnits(ItemChange change, SaveChangeWithChangeUnitsContext context)
 {
     //Change units are not supported by this sample provider.  
     throw new NotImplementedException();
 }
コード例 #6
0
ファイル: LocalStore.cs プロジェクト: labrinth1/RemoteSync
 public void SaveChangeWithChangeUnits(ItemChange change, SaveChangeWithChangeUnitsContext context)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
ファイル: Sync.cs プロジェクト: VelocityDB/VelocityDB
 public void SaveChangeWithChangeUnits(ItemChange change, SaveChangeWithChangeUnitsContext context)
 {
   // anyone know how to implement ???
   throw new NotImplementedException();
 }