Share via


ConnectorFrameworkProxy.Setup Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Sets up a new monitoring connector with the specified ConnectorInfo information and returns the monitoring connector identifier.

Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As ConnectorFrameworkProxy
Dim connectorInfo As ConnectorInfo
Dim returnValue As Guid

returnValue = instance.Setup(connectorInfo)

Syntax

'Declaration
Public Function Setup ( _
    connectorInfo As ConnectorInfo _
) As Guid
public Guid Setup (
    ConnectorInfo connectorInfo
)
public:
Guid Setup (
    ConnectorInfo^ connectorInfo
)
public Guid Setup (
    ConnectorInfo connectorInfo
)
public function Setup (
    connectorInfo : ConnectorInfo
) : Guid

Parameters

  • connectorInfo
    The ConnectorInfo object that contains the information for the monitoring connector to be inserted.

Return Value

Returns the new Guid globally unique identifier (GUID) for the monitoring connector that is used in future method calls.

Example

See ConnectorFrameworkProxy for an example of the Setup method.

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ConnectorFrameworkProxy Class
ConnectorFrameworkProxy Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace