IConnectorFramework Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Defines the methods to register and initialize a connector and to monitor its communication channel and state after it has begun sending data.
The following tables list the members exposed by the IConnectorFramework type.
Public Methods
Name | Description | |
---|---|---|
AcknowledgeMonitoringAlerts | The monitoring connector acknowledges that it has successfully received monitoring alerts from the ConnectorFrameworkProxy. Acknowledges alerts up until the given bookmark. | |
AcknowledgeMonitoringAlertsForSpecificTiers | The monitoring connector acknowledges that it has successfully received monitoring alerts from the ConnectorFrameworkProxy for the specific Management Groups. It acknowledges alerts up until the given bookmark. The failures that occurred for the configured tiers are returned. | |
AcknowledgeMonitoringAlertsForTiers | The monitoring connector acknowledges that it has successfully received monitoring alerts from the ConnectorFrameworkProxy for all tiered Management Groups. It acknowledges alerts up until the given bookmark. The failures that occurred for the configured tiers are returned. | |
Cleanup | Deletes the specified monitoring connector. | |
GetConnectorBookmark | Gets the bookmark for the specified monitoring connector. | |
GetConnectorState | Gets the state of the specified monitoring connector. | |
GetGlobalConfiguration | Gets the global configuration settings for the Management Group. | |
GetMonitoringAlertHistoryByAlertIds | Gets the alert history for the specified monitoring connector and the specified alerts. | |
GetMonitoringAlerts | Gets alerts marked for the monitoring connector. | |
GetMonitoringAlertsByIds | Gets the specified alerts that are marked for the monitoring connector. | |
GetMonitoringAlertsForTiers | Gets alerts marked for the monitoring connector from the current Management Group as well as from any additional tiers that are configured for this connector. The failures that occurred for the configured tiers are returned along with the alerts. | |
GetMonitoringAlertsWithBatchSize | Gets alerts marked for the monitoring connector. The returned array is limited to the batchSize parameter. | |
GetMonitoringAlertsWithBatchSizeForTiers | Gets alerts marked for the monitoring connector for all configured management tiers. The returned array is limited to the batchSize parameter. The failures that occurred for the configured tiers are returned. | |
GetMonitoringAlertsWithBookmark | Gets alerts marked for the monitoring connector. You also specify a timestamp bookmark, and all alerts with a timestamp after the bookmark will be returned. | |
GetMonitoringAlertsWithBookmarkForTiers | Gets alerts marked for the monitoring connector for each tiered Management Group. You also specify a timestamp bookmark, and all alerts with a timestamp after the bookmark will be returned. The failures that occurred for the configured tiers are returned. | |
GetMonitoringAlertsWithBookmarkWithBatchSize | Gets alerts marked for the monitoring connector. The returned array is limited to the batchSize parameter. | |
GetMonitoringAlertsWithBookmarkWithBatchSizeForTiers | Gets alerts marked for the monitoring connector for all configured management tiers. The returned array is limited to the batchSize parameter. The failures that occurred for the configured tiers are returned. | |
Initialize | Initializes the monitoring connector that is required to get alerts by calling GetMonitoringAlerts. | |
InitializeForTiers | Initializes the monitoring connector that is required to get alerts by calling GetMonitoringAlertsForTiers for all tiered Management Groups. The failures that occurred for the configured tiers are returned. | |
InitializeWithBookmark | Initializes the monitoring connector that is required to get alerts by calling GetMonitoringAlertsWithBookmark and sets the BookMark time to a specified date and time. | |
InitializeWithBookmarkForTiers | Initializes the monitoring connector that is required to get alerts by calling GetMonitoringAlertsWithBookmarkForTiers and sets the BookMark time to a specified date and time, for all tiered Management Groups. The failures that occurred for the configured tiers are returned. | |
InsertMonitoringEvents | Inserts events for the given monitoring object. | |
InsertMonitoringPerformanceData | Inserts performance data for the given monitoring object. | |
Setup | Sets up a new monitoring connector with the specified ConnectorInfo information and returns the monitoring connector identifier. | |
SetupWithConnectorId | Sets up a new monitoring connector with the specified ConnectorInfo information using the specified connectorId. | |
Uninitialize | Uninitializes the monitoring connector, which will prohibit getting any alerts when the GetMonitoringAlerts is called. | |
UninitializeForTiers | Uninitializes the monitoring connector for all tiered Management Groups, which will prohibit getting any alerts when the GetMonitoringAlertsForTiers is called. The failures that occurred for the configured tiers are returned. | |
UpdateMonitoringAlerts | Updates the specified alerts. |
Top
See Also
Reference
IConnectorFramework Interface
Microsoft.EnterpriseManagement.ConnectorFramework Namespace