CallOrbit Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| CallOrbit(String) |
Creates a new instance of the CallOrbit class, specifying the orbit number. |
| CallOrbit(String, String) |
Creates a new instance of the CallOrbit class, specifying the orbit number and the safe retrieval URI. |
CallOrbit(String)
Creates a new instance of the CallOrbit class, specifying the orbit number.
public:
CallOrbit(System::String ^ orbitNumber);
public CallOrbit (string orbitNumber);
new Microsoft.Rtc.Collaboration.CallOrbit : string -> Microsoft.Rtc.Collaboration.CallOrbit
Public Sub New (orbitNumber As String)
Parameters
- orbitNumber
- String
The orbit number to use. Cannot be null or empty.
Exceptions
Thrown when orbitNumber is null.
Thrown when orbitNumber is empty.
Applies to
CallOrbit(String, String)
Creates a new instance of the CallOrbit class, specifying the orbit number and the safe retrieval URI.
public:
CallOrbit(System::String ^ orbitNumber, System::String ^ orbitUri);
public CallOrbit (string orbitNumber, string orbitUri);
new Microsoft.Rtc.Collaboration.CallOrbit : string * string -> Microsoft.Rtc.Collaboration.CallOrbit
Public Sub New (orbitNumber As String, orbitUri As String)
Parameters
- orbitNumber
- String
The orbit number to use. Cannot be null or empty.
- orbitUri
- String
The orbit URI to use to retrieve the parked call. Can be null or empty.
Exceptions
Thrown when orbitNumber is null.
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.