public virtual new RegisterResponseInfo Register(Guid clientId, string meshId, System.ServiceModel.PeerNodeAddress address)
        {
            Contract.Requires(address != null);

            return(default(RegisterResponseInfo));
        }
 public UpdateInfo(Guid registrationId, Guid client, string meshId, System.ServiceModel.PeerNodeAddress address)
 {
 }
 public RegisterInfo(Guid client, string meshId, System.ServiceModel.PeerNodeAddress address)
 {
 }