Gets the MCU information (including MCU URI) for the provided MCU type.

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

Syntax

Visual Basic (Declaration)
Public 
Function 
GetMcuInformation ( _
	
mcuType 
As 
String _
) 
As 

McuInformation
C#
public 

McuInformation 
GetMcuInformation(
	
string 
mcuType
)
Visual C++
public:

McuInformation^ 
GetMcuInformation(
	
String^ 
mcuType
)
JavaScript
function 
getMcuInformation(
mcuType);

Parameters

mcuType
Type: String
The MCU type we are interested in.

Return Value

The MCU information object or null if no match is found.

Exceptions

Exception Condition
ArgumentNullException Thrown when the supplied mcuType is null or empty.

See Also