UserEndpoint Class

UserEndpoint is a specialization of LocalEndpoint for communication on behalf of information workers.

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Collaboration.LocalEndpoint
    Microsoft.Rtc.Collaboration.UserEndpoint

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

Syntax

'Declaration
Public Class UserEndpoint _
    Inherits LocalEndpoint
'Usage
Dim instance As UserEndpoint
public class UserEndpoint : LocalEndpoint

Remarks

The owner of a UserEndpoint is represented by an Active Directory User object. This type of endpoint is not meant to be highly available or trusted by other servers. It is rather designed to have all the capabilities that an information worker needs. So unlike an ApplicationEndpoint, it allows the owner to manage her contacts and groups or to use different devices for different modes of communication.

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

UserEndpoint Members

Microsoft.Rtc.Collaboration Namespace