AnnouncementEndpoint.MaxAnnouncementDelay 属性
定义
获取或设置最大公告延迟。Gets or sets the maximum announcement delay.
public:
property TimeSpan MaxAnnouncementDelay { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan MaxAnnouncementDelay { get; set; }
member this.MaxAnnouncementDelay : TimeSpan with get, set
Public Property MaxAnnouncementDelay As TimeSpan
属性值
一个 TimeSpan 实例,其中包含最大公告延迟。A TimeSpan instance that contains the maximum announcement delay.
注解
此值为 TimeSpan,它指定随机的短时间延迟,以防止在网络出现故障后所有服务同时重新联机所造成的网络风暴。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. 有关更多详细信息,请参阅WS 2005 年4月版规范部分2.4 协议分配。See the WS-Discovery April 2005 specification section 2.4 Protocol Assignments for more details.