LocalOwnerPresence Members
Creates a PublishSubscribeSession for event "vnd-microsoft-roaming-self".
The LocalOwnerPresence type exposes the following members.
Properties
Name | Description | |
---|---|---|
CurrentState | State of the subscription. | |
IsSubscriptionActive | Returns true if session has an active underlying subscription, else returns false. (Inherited from PublishSubscribeSession.) | |
SubscriberEndpoint | Endpoint of the subscriber, to be used in From address for subscription and publishing. (Inherited from PublishSubscribeSession.) | |
Subscription | Returns the instance of the underlying subscription object. (Inherited from PublishSubscribeSession.) |
Top
Methods
Name | Description | |
---|---|---|
BeginAcknowledgeSubscriber | Start the service request to acknowledge the given list of watchers. | |
BeginDeletePresence | ||
BeginPublishPresence(ICollection<(Of <<'(PresenceCategory>)>>), AsyncCallback, Object) | ||
BeginPublishPresence(ICollection<(Of <<'(PresenceCategoryWithMetaData>)>>), AsyncCallback, Object) | ||
BeginPublishServiceRequest(String, ContentType, String, AsyncCallback, Object) | This method will create a SipService Request for the given contentType and messageBody, service operation started with this method should be completed via calling the EndPublishServiceRequest method. (Inherited from PublishSubscribeSession.) | |
BeginPublishServiceRequest(String, ContentType, IEnumerable<(Of <<'(SignalingHeader>)>>), String, AsyncCallback, Object) | This method will create a SipService Request for the given contentType, messageBody and additional custom headers. (Inherited from PublishSubscribeSession.) | |
BeginRefresh | (Inherited from PublishSubscribeSession.) | |
BeginSubscribe | Create the SipSubscriptionProcessor and invoke BeginSubscribe on the subscription. (Inherited from PublishSubscribeSession.) | |
BeginUnsubscribe | (Overrides PublishSubscribeSession..::..BeginUnsubscribe(AsyncCallback, Object).) | |
BeginUpdateContainerMembership | ||
EndAcknowledgeSubscriber | Complete the async operation initiated by BeginAcknowledgeWatcher. | |
EndDeletePresence | Complete the async operation initiated by BeginDeleteCategories. | |
EndPublishPresence | Complete the async operation initiated by BeginPublishPresence. | |
EndPublishServiceRequest | End the publish service request operation, which was initiated with StartPublishServiceRequest call. (Inherited from PublishSubscribeSession.) | |
EndRefresh | Complete the Refresh Operation initiated by BeginRefresh. (Inherited from PublishSubscribeSession.) | |
EndSubscribe | Complete the Subscribe operation initiated by BeginSubscribe. (Inherited from PublishSubscribeSession.) | |
EndUnsubscribe | (Overrides PublishSubscribeSession..::..EndUnsubscribe(IAsyncResult).) | |
EndUpdateContainerMembership | Complete the async operation initiated by BeginUpdateContainerMembership. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEventPackageName | [Value Needed]. (Overrides PublishSubscribeSession..::..GetEventPackageName()()()().) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RaiseEventViaEndpointQueue<(Of <<'(T>)>>) | (Inherited from PublishSubscribeSession.) | |
ThrowIfEndpointAndSessionStateNotValid | (Inherited from PublishSubscribeSession.) | |
ThrowIfEndpointNotEstablished | [Value Needed]. (Inherited from PublishSubscribeSession.) | |
ThrowIfSessionStateNotValid | [Value Needed]. (Inherited from PublishSubscribeSession.) | |
ToString | (Inherited from Object.) | |
Unbind | Dispose of the processor so that subscribe may be called again. (Inherited from PublishSubscribeSession.) |
Top
Events
Name | Description | |
---|---|---|
CategoryNotificationReceived | The CategoryNotificationReceived event handler notes changes in the list presence category items. | |
ContainerNotificationReceived | The ContainerNotificationReceived event handler notes changes in the membership of containers. | |
DelegateNotificationReceived | The DelegateNotificationReceived event handler notes changes to the list of delegatees. | |
SignalingSubscriptionStateChange | SubscriptionStateChange event handler notes the change in underlying subscription states. (Inherited from PublishSubscribeSession.) | |
SubscriberNotificationReceived | The SubscriberNotificationReceived event handler notes changes in the pending watcher (subscriber) list. | |
SubscriptionStateChange | The SubscriptionStateChange event handler notes changes in the underlying subscription state. |
Top