Property NotificationBroadcastInterval
NotificationBroadcastInterval
Sets or returns a fixed interval at which alive notifications for services exposed by this publisher instance are broadcast.
Declaration
public TimeSpan NotificationBroadcastInterval { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
Remarks
If this is set to System.TimeSpan.Zero then the system will follow the process recommended by the SSDP spec and calculate a randomised interval based on the cache life times of the published services. The default and recommended value is TimeSpan.Zero.
While (zero and) any positive System.TimeSpan value are allowed, the SSDP specification says notifications should not be broadcast more often than 15 minutes. If you wish to remain compatible with the SSDP specification, do not set this property to a value greater than zero but less than 15 minutes.