IConnectorFrameworkManagement.GetConnectors 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.
Retrieves all the MonitoringConnector objects in the management group.
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::ConnectorFramework::MonitoringConnector ^> ^ GetConnectors();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.ConnectorFramework.MonitoringConnector> GetConnectors ();
abstract member GetConnectors : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.ConnectorFramework.MonitoringConnector>
Public Function GetConnectors () As IList(Of MonitoringConnector)
Returns
A collection of fully populated MonitoringConnector objects.