public UpdateInfo() { body = new UpdateInfoDC(); }
 public UpdateInfo(Guid registrationId, Guid client, string meshId, PeerNodeAddress address)
 {
     body = new UpdateInfoDC(registrationId, client, meshId, address);
 }
示例#3
0
 public UpdateInfo()
 {
     this.body = new UpdateInfoDC();
 }
示例#4
0
 public UpdateInfo(Guid registrationId, Guid client, string meshId, PeerNodeAddress address)
 {
     this.body = new UpdateInfoDC(registrationId, client, meshId, address);
 }
 public UpdateInfo()
 {
     body = new UpdateInfoDC();
 }