Share via


ConnectorFrameworkProxy.GetConnectorBookmark Method

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

Gets the bookmark for the specified monitoring connector.

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

Usage

'Usage
Dim instance As ConnectorFrameworkProxy
Dim connectorId As Guid
Dim returnValue As DateTime

returnValue = instance.GetConnectorBookmark(connectorId)

Syntax

'Declaration
Public Function GetConnectorBookmark ( _
    connectorId As Guid _
) As DateTime
public DateTime GetConnectorBookmark (
    Guid connectorId
)
public:
DateTime GetConnectorBookmark (
    Guid connectorId
)
public DateTime GetConnectorBookmark (
    Guid connectorId
)
public function GetConnectorBookmark (
    connectorId : Guid
) : DateTime

Parameters

  • connectorId
    The globally unique identifier (GUID) of the monitoring connector for which the bookmark setting is returned.

Return Value

Returns DateTime that the bookmark is currently set to.

Remarks

The bookmark is the earliest time and date that data can be returned by the Operation Manager.

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