ConnectorFrameworkProxy.SetupWithConnectorId(ConnectorInfo, Guid) 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.
Sets up a connecter with the given connector information.
public:
void SetupWithConnectorId(Microsoft::EnterpriseManagement::ConnectorFramework::ConnectorInfo ^ connectorInfo, Guid connectorId);
public void SetupWithConnectorId (Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorInfo connectorInfo, Guid connectorId);
member this.SetupWithConnectorId : Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorInfo * Guid -> unit
Public Sub SetupWithConnectorId (connectorInfo As ConnectorInfo, connectorId As Guid)
Parameters
- connectorInfo
- ConnectorInfo
The information about the connector to be inserted.
- connectorId
- Guid
The connector id to use.
Examples
For an example of the SetupWithConnectorId method, see How to Create or Remove a Connector by Using the OMCF Web Service.
Remarks
The SetupWithConnectorId must be performed before the monitoring connector is initialized and used.