Edit

Share via


RemotePresenceViewSettings.PollingInterval Property

Definition

Gets or sets the polling interval.

public:
 property TimeSpan PollingInterval { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan PollingInterval { get; set; }
member this.PollingInterval : TimeSpan with get, set
Public Property PollingInterval As TimeSpan

Property Value

Exceptions

Thrown when value is invalid.

Remarks

This value is ignored when SubscriptionMode is Persistent. The default value is 300 seconds. If any other value is set, then the view will reset it to the closest multiple of 300 seconds less than it.

Applies to