Esempio n. 1
0
 protected bool Equals(InstanceIdentifier other)
 {
     return(PartitionId.Equals(other.PartitionId) && InstanceId == other.InstanceId);
 }
 public HealthcheckEndpoint(Uri healthCheckUri, InstanceIdentifier instanceIdentifier)
 {
     HealthcheckUri     = healthCheckUri;
     InstanceIdentifier = instanceIdentifier;
 }