Compartilhar via


ConnectorFrameworkProxy.Setup Method (ConnectorInfo)

 

Applies To: Operations Manager for System Center 2012

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)

Syntax

public Guid Setup(
    ConnectorInfo connectorInfo
)
public:
Guid Setup(
    ConnectorInfo^ connectorInfo
)
member Setup : 
        connectorInfo:ConnectorInfo -> Guid
Public Function Setup (
    connectorInfo As ConnectorInfo
) As Guid

Parameters

Return Value

Type: System.Guid

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

Remarks

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

Examples

See ConnectorFrameworkProxy for an example of the Setup method.

See Also

ConnectorFrameworkProxy Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace

Return to top