DiscoveryOperationContextExtension.MaxResponseDelay Property

Definition

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.

Applies to