LocalOwnerPresence Members
Include Protected Members
Include Inherited Members
LocalOwnerPresence allows the publication and subscription to presence categories and management of access control lists. It also provides access to a list of subscribers and delegates.
The LocalOwnerPresence type exposes the following members.
Properties
Name | Description | |
---|---|---|
AutomaticPublicationState | Gets the status of automatic presence publication that occurs along with endpoint establish. | |
CategoryPublicationManifest | Gets the serialized version of the category publication manifest. | |
ContainerManifest | Gets the serialized version of the container manifest. | |
CurrentState | Gets the state of the subscription. (inherited from PublishSubscribeSession) | |
IsSubscriptionActive | Obsolete. Gets whether the session has an active underlying subscription. (inherited from PublishSubscribeSession) | |
SubscriberEndpoint | Gets the endpoint that the subscription belongs to. (inherited from PublishSubscribeSession) |
Top
Methods
Name | Description | |
---|---|---|
BeginAcknowledgeSubscriber | Begins an asynchronous operation to acknowledge a subscriber. | |
BeginDeletePresence(ICollection<PresenceCategory>, AsyncCallback, Object) | Begins an asynchronous operation to delete the given list of categories. | |
BeginDeletePresence(ICollection<PresenceCategoryWithMetaData>, AsyncCallback, Object) | Begins an asynchronous operation to delete the given list of categories. | |
BeginPublishPresence(ICollection<PresenceCategory>, AsyncCallback, Object) | Begins an asynchronous operation to publish a given list of categories. | |
BeginPublishPresence(ICollection<PresenceCategoryWithMetaData>, AsyncCallback, Object) | Begins an asynchronous operation to publish a given list of categories. | |
BeginRefresh | Begins an asynchronous operation to refresh the underlying subscription. (inherited from PublishSubscribeSession) | |
BeginSubscribe | Begins an asynchronous operation to subscribe to the presence session. (inherited from PublishSubscribeSession) | |
BeginUnsubscribe | Begins an asynchronous operation to unsubscribe the underlying subscription. (inherited from PublishSubscribeSession) | |
BeginUpdateContainerMembership | Begins an asynchronous operation to update the container memberships. | |
EndAcknowledgeSubscriber | Ends the asynchronous operation initiated by BeginAcknowledgeSubscriber. | |
EndDeletePresence | Ends the asynchronous operation initiated by BeginDeletePresence. | |
EndPublishPresence | Ends the asynchronous operation initiated by BeginPublishPresence. | |
EndRefresh | Ends the Refresh Operation initiated by BeginRefresh. (inherited from PublishSubscribeSession) | |
EndSubscribe | Ends the Subscribe operation initiated by BeginSubscribe. (inherited from PublishSubscribeSession) | |
EndUnsubscribe | Ends the asynchronous operation started by BeginUnsubscribe method. (inherited from PublishSubscribeSession) | |
EndUpdateContainerMembership | Ends the asynchronous operation initiated by BeginUpdateContainerMembership. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Events
Name | Description | |
---|---|---|
AutomaticPublicationStateChanged | Raised when the state of automatic publications changes. | |
CategoryNotificationReceived | Obsolete. Raised when notification for presence categories is received. | |
ContainerNotificationReceived | Raised when notification for container memberships is received. | |
DelegateNotificationReceived | Raised when notification for delegates is received. | |
PresenceNotificationReceived | Raised when notification for presence categories is received. | |
SubscriberNotificationReceived | Raised when notification for a pending subscriber is received. | |
SubscriptionStateChange | Raised when there are changes in the underlying subscription state. (inherited from PublishSubscribeSession) |
Top