LocalOwnerPresence Class

Creates a PublishSubscribeSession for event "vnd-microsoft-roaming-self".

Inheritance Hierarchy

System..::..Object
  Microsoft.Rtc.Collaboration.Presence..::..PublishSubscribeSession
    Microsoft.Rtc.Collaboration.Presence..::..LocalOwnerPresence

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

Syntax

'Declaration
Public Class LocalOwnerPresence _
    Inherits PublishSubscribeSession
'Usage
Dim instance As LocalOwnerPresence
public class LocalOwnerPresence : PublishSubscribeSession

Remarks

This subscription provide access to list of self categories, container membership and subscriber list.

Multiple subscriptions for the event "vnd-microsoft-roaming-self" are not allowed from the same endpoint. If applications already have a SelfDataSession established for this endpoint, another SelfDataSession cannot be established. Calling BeginEstablish from another instance will cause an InvalidOperationException.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LocalOwnerPresence Members

Microsoft.Rtc.Collaboration.Presence Namespace