DSInternals/Src/DSInternals.Replication/ReplicationProgressHandler.cs

6 lines
209 B
C#

namespace DSInternals.Replication
{
using DSInternals.Replication.Model;
public delegate void ReplicationProgressHandler(ReplicationCookie cookie, int processedObjectCount, int totalObjectCount);
}