ConnectorFrameworkProxy.SetupWithConnectorId Method (ConnectorInfo, Guid)
Applies To: Operations Manager for System Center 2012
Sets up a new monitoring connector with the specified ConnectorInfo information using the specified connectorId.
Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void SetupWithConnectorId(
ConnectorInfo connectorInfo,
Guid connectorId
)
public:
void SetupWithConnectorId(
ConnectorInfo^ connectorInfo,
Guid connectorId
)
member SetupWithConnectorId :
connectorInfo:ConnectorInfo *
connectorId:Guid -> unit
Public Sub SetupWithConnectorId (
connectorInfo As ConnectorInfo,
connectorId As Guid
)
Parameters
connectorInfo
Type: Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorInfoThe ConnectorInfo object that contains the information for the monitoring connector to be inserted.
connectorId
Type: System.GuidThe globally unique identifier (GUID) for the monitoring connector that is used in future method calls.
Remarks
The SetupWithConnectorId must be performed before the monitoring connector is initialized and used.
Examples
For an example of the SetupWithConnectorId method, see How to Create or Remove a Connector by Using the OMCF Web Service.
See Also
ConnectorFrameworkProxy Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
Return to top