ConnectorFrameworkProxy.Setup(ConnectorInfo) 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 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
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.