CallOrbit Class
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.
Represents orbit details for parking and retrieving a call.
public ref class CallOrbit
public class CallOrbit
type CallOrbit = class
Public Class CallOrbit
- Inheritance
-
CallOrbit
Constructors
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. |
Properties
OrbitNumber |
Gets the string representation of the orbit number. |
OrbitUri |
Gets the safe retrieval URI, if available. |
Methods
Equals(CallOrbit) |
Gets whether the two call orbits are equal. |
Equals(Object) |
Gets whether the two call orbits are equal. |
GetHashCode() |
Gets the hash code for this instance. |
Operators
Equality(CallOrbit, Object) |
Gets whether the two call orbits are equal. |
Inequality(CallOrbit, Object) |
Gets whether the two call orbits are unequal. |