RemotePresenceViewSettings.PollingInterval Property

Gets or sets the polling interval.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property PollingInterval As TimeSpan
    Get
    Set
'Usage
Dim instance As RemotePresenceViewSettings
Dim value As TimeSpan

value = instance.PollingInterval

instance.PollingInterval = value
public TimeSpan PollingInterval { get; set; }

Property Value

Type: System.TimeSpan

Exceptions

Exception Condition
ArgumentException

Thrown when value is invalid.

Remarks

This value is ignored when SubscriptionMode is Persistant. 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.

See Also

Reference

RemotePresenceViewSettings Class

RemotePresenceViewSettings Members

Microsoft.Rtc.Collaboration.Presence Namespace