ExpiryPolicy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Expiry Type indicates the lifetime of a particular presence publication.
public enum class ExpiryPolicy
public enum ExpiryPolicy
type ExpiryPolicy =
Public Enum ExpiryPolicy
- Inheritance
-
ExpiryPolicy
Fields
Name | Value | Description |
---|---|---|
Endpoint | 0 | Endpoint expiry type signifies that the publication is valid as long as the endpoint remains registered. |
Persistent | 1 | Endpoint expiry type signifies that the publication is persistent and doesn't expire after all endpoint for this user unregisters. |
User | 2 | User expiry type signifies that the publication is valid until at least one of the endpoints for this user is registered. |
Time | 3 | Time expiry signifies a time bound publication, where publication expires with specified time. |
Custom | 4 | Custom expiry type signifies a custom expiry type. |
Undefined | 5 | Expiry type is not defined |