DiscoveryOperationContextExtension.MaxResponseDelay Property
Definition
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 a TimeSpan that specifies the maximum response delay.
public:
property TimeSpan MaxResponseDelay { TimeSpan get(); };
public TimeSpan MaxResponseDelay { get; }
member this.MaxResponseDelay : TimeSpan
Public ReadOnly Property MaxResponseDelay As TimeSpan
Property Value
The maximum response delay.
Remarks
In an ad hoc mode of operation, the discovery client multicasts the find or resolve request. Based on the criteria specified in the request, more than one service may respond to the client. To prevent all of the responses from arriving at the same time and overwhelming the client, the discovery service runtime delays sending the responses to the request for a random period of time between 0 and the value of MaxResponseDelay.