コード例 #1
0
 // TODO: AsReadOnly
 public ReplicationResult(ReplicaObjectCollection objects, bool hasMore, ReplicationCookie cookie, int totalObjectCount)
 {
     this.Objects          = objects;
     this.HasMoreData      = hasMore;
     this.Cookie           = cookie;
     this.TotalObjectCount = totalObjectCount;
 }
コード例 #2
0
 // TODO: AsReadOnly
 public ReplicationResult(ReplicaObjectCollection objects, bool hasMore, ReplicationCookie cookie)
 {
     this.Objects     = objects;
     this.HasMoreData = hasMore;
     this.Cookie      = cookie;
 }