TopologyConfiguration.GetApplicationTopologyData(String) Method
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.
Gets the topology data of all the deployed instances of the specified application.
public:
abstract System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ApplicationTopologyData ^> ^ GetApplicationTopologyData(System::String ^ applicationId);
public abstract System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ApplicationTopologyData> GetApplicationTopologyData (string applicationId);
abstract member GetApplicationTopologyData : string -> System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ApplicationTopologyData>
Public MustOverride Function GetApplicationTopologyData (applicationId As String) As Collection(Of ApplicationTopologyData)
Parameters
- applicationId
- String
The id of the application.
Returns
The topology data for all instances of the application.