ConnectorFrameworkProxy.Setup(ConnectorInfo) Method

Definition

Sets up a connecter with the given connector information and returns the connector id.

public:
 Guid Setup(Microsoft::EnterpriseManagement::ConnectorFramework::ConnectorInfo ^ connectorInfo);
public Guid Setup (Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorInfo connectorInfo);
member this.Setup : Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorInfo -> Guid
Public Function Setup (connectorInfo As ConnectorInfo) As Guid

Parameters

connectorInfo
ConnectorInfo

The information about the connector to be inserted.

Returns

Guid

The new id that represents the connector's id for future methods.

Examples

See ConnectorFrameworkProxy for an example of the Setup method.

Remarks

The Setup must be performed before the monitoring connector is initialized and used.

Applies to