// TODO: AsReadOnly public ReplicationResult(ReplicaObjectCollection objects, bool hasMore, ReplicationCookie cookie, int totalObjectCount) { this.Objects = objects; this.HasMoreData = hasMore; this.Cookie = cookie; this.TotalObjectCount = totalObjectCount; }
// TODO: AsReadOnly public ReplicationResult(ReplicaObjectCollection objects, bool hasMore, ReplicationCookie cookie) { this.Objects = objects; this.HasMoreData = hasMore; this.Cookie = cookie; }