DiscoveryEndpoint.MaxResponseDelay Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum TimeSpan within which all of the ProbeMatches
for a service that respond to a probe operation are sent.
public:
property TimeSpan MaxResponseDelay { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan MaxResponseDelay { get; set; }
member this.MaxResponseDelay : TimeSpan with get, set
Public Property MaxResponseDelay As TimeSpan
A TimeSpan instance that contains the maximum time span within which all of the ProbeMatches
for a service that respond to a probe operation are sent.
This value is a TimeSpan that specifies a time span in which all ProbeMatches
for a service that respond to a single probe operation are sent. If all ProbeMatches
are sent at the same time, a network storm may result. To prevent this from occurring, ProbeMatches
are sent with a random delay between each ProbeMatch. The random delay is in the range of 0 to MaxResponseDelay. If MaxResponseDelay is set to 0, then the ProbeMatches
messages are sent in a tight loop without any delay. Otherwise, the ProbeMatches
messages are sent with some random delay such that the total time taken to send all ProbeMatches
messages does not exceed the MaxResponseDelay. This value is only relevant for services, it is not used by clients.
제품 | 버전 |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET 피드백
.NET은(는) 오픈 소스 프로젝트입니다. 다음 링크를 선택하여 피드백을 제공해 주세요.