Share via


ExpiryPolicy Enumeration

Expiry Type for publication.

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

Syntax

'Declaration
Public Enumeration ExpiryPolicy
'Usage
Dim instance As ExpiryPolicy
public enum ExpiryPolicy

Members

Member name Description
Endpoint Endpoint expiry type signifying that the publication is valid only while the endpoint remains registered.
Persistent Endpoint expiry type signifying that the publication is persistent and does not go after endpoint becomes unregistered.
User User expiry type signifying that the publication is valid until at least one of the endpoints for this user is registered.
Time Time expiry; indicates a time bound publication, where the publication expires at a specified time.
Custom Custom expiry type signify any of the other expiry type decided by the category and other related factors.
Undefined Expiry type is not defined.

See Also

Reference

Microsoft.Rtc.Collaboration.Presence Namespace