UserEndpoint Class

Type of endpoint for communications on behalf of real users.

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

This type of endpoint is to be used for Office Communicator-like scenarios.

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