Initializes a new instance of the class.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
Protected Sub New ( _
uri As String, _
epid As String _
)
|
|
protected RealTimeEndpoint (
string uri,
string epid
)
|
Parameters
- uri
-
The uri of the owning identity of this endpoint.
- epid
-
The epid to use. Can be null or empty in which
case it is auto generated.
Exceptions
Exception type |
Condition |
ArgumentOutOfRangeException
|
Thrown when epid string length is too long.
|
ArgumentException
|
Thrown when an argument is invalid or unable to
generate an EPID for this endpoint.
|
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server
2003, Windows Vista Ultimate Edition, Windows Vista Business
Edition, Windows Vista Enterprise Edition
Target Platforms
See Also