RemotePresenceView Members
Include Protected Members
Include Inherited Members
This class is used to fetch presence information for remote presentities from LocalEndpoint.
The RemotePresenceView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RemotePresenceView(LocalEndpoint) | Creates an instance of the RemotePresenceView class. | |
RemotePresenceView(LocalEndpoint, RemotePresenceViewSettings) | Creates an instance of the RemotePresenceView class. |
Top
Properties
Name | Description | |
---|---|---|
ApplicationContext | Gets or sets an application-defined context. | |
PollingInterval | Gets the polling interval. | |
PresenceSubscriptionCategories | Gets the list of categories for which presence information will be returned. | |
SubscriberEndpoint | Gets the instance of endpoint to which this RemotePresenceView belongs. | |
SubscriptionMode | Gets the mode of subscription in this view. |
Top
Methods
Name | Description | |
---|---|---|
BeginTerminate | Begins an asynchronous operation to dispose this view. | |
EndTerminate | Ends the asynchronous operation started by BeginTerminate(AsyncCallback, Object). | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetPresentities | Returns a snapshot of the list of targets in this view. | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
SetPresenceSubscriptionCategoriesForPolling | Sets the presence subscription categories for polling. | |
StartSubscribingToPresentities | Start the operation to subscribe to the specified list of targets. | |
StartUnsubscribingToPresentities | Start the operation to unsubscribe to the specified list of targets. | |
ToString | (inherited from Object) |
Top
Events
Name | Description | |
---|---|---|
PresenceNotificationReceived | Raised when presence notifications arrive for participants in this view. | |
SubscriptionStateChanged | Raised when subscription state changes for participants in this view. |
Top