示例#1
0
        public EurekaClientOptions()
        {
#pragma warning disable CS0618 // Type or member is obsolete
            InstanceInfoReplicationIntervalSeconds = Default_InstanceInfoReplicationIntervalSeconds;
#pragma warning restore CS0618 // Type or member is obsolete
            EurekaServer = new EurekaServerConfig(this);
            Health       = new EurekaHealthConfig(this);
        }
 public EurekaClientOptions()
 {
     EurekaServer = new EurekaServerConfig(this);
     Health       = new EurekaHealthConfig(this);
 }
 public EurekaClientOptions()
 {
     InstanceInfoReplicationIntervalSeconds = Default_InstanceInfoReplicationIntervalSeconds;
     EurekaServer = new EurekaServerConfig(this);
 }