Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AnnouncementEndpoint::MaxAnnouncementDelay Property

.NET Framework (current version)
 

Gets or sets the maximum announcement delay.

Namespace:   System.ServiceModel.Discovery
Assembly:  System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)

public:
property TimeSpan MaxAnnouncementDelay {
	TimeSpan get();
	void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan

A TimeSpan instance that contains the maximum announcement delay.

This value is a TimeSpan that specifies a small, random delay to prevent network storms when a network goes out and all services come back online at the same time. See the WS-Discovery April 2005 specification section 2.4 Protocol Assignments for more details.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft