Partilhar via


CallOrbit Constructor (String)

Creates a new instance of the CallOrbit class, specifying the orbit number.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub New ( _
    orbitNumber As String _
)
'Usage
Dim orbitNumber As String

Dim instance As New CallOrbit(orbitNumber)
public CallOrbit(
    string orbitNumber
)

Parameters

  • orbitNumber
    Type: System.String
    The orbit number to use. Cannot be null or empty.

Exceptions

Exception Condition
ArgumentNullException

Thrown when orbitNumber is null.

ArgumentException

Thrown when orbitNumber is empty.

See Also

Reference

CallOrbit Class

CallOrbit Members

CallOrbit Overload

Microsoft.Rtc.Collaboration Namespace