UserEndpointSettings Constructor (String, String)
Creates a new instance of the UserEndpointSettings class.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
ownerUri As String, _
serverName As String _
)
'Usage
Dim ownerUri As String
Dim serverName As String
Dim instance As New UserEndpointSettings(ownerUri, _
serverName)
public UserEndpointSettings(
string ownerUri,
string serverName
)
Parameters
- ownerUri
Type: System.String
The URI of the user that owns this endpoint.
- serverName
Type: System.String
The server where the endpoint is registered.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when one or more arguments are null or empty. |