CallOrbit Constructor (String, String)
Creates a new instance of the CallOrbit class, specifying the orbit number and the safe retrieval URI.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
orbitNumber As String, _
orbitUri As String _
)
'Usage
Dim orbitNumber As String
Dim orbitUri As String
Dim instance As New CallOrbit(orbitNumber, _
orbitUri)
public CallOrbit(
string orbitNumber,
string orbitUri
)
Parameters
- orbitNumber
Type: System.String
The orbit number to use. Cannot be null or empty.
- orbitUri
Type: System.String
The orbit URI to use to retrieve the parked call. Can be null or empty.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when orbitNumber is null. |
ArgumentException | Thrown when orbitNumber is empty. |
Remarks
When both orbitNumber and orbitUri values are provided, the orbitUri value will be used to retrieve the parked call.