Edit

Share via


CallOrbit Class

Definition

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)

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.

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.

Applies to