Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Gets the bookmark for the specified monitoring connector.
Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public DateTime GetConnectorBookmark(
Guid connectorId
)
public:
DateTime GetConnectorBookmark(
Guid connectorId
)
member GetConnectorBookmark :
connectorId:Guid -> DateTime
Public Function GetConnectorBookmark (
connectorId As Guid
) As Date
Parameters
connectorId
Type: System.GuidThe globally unique identifier (GUID) of the monitoring connector for which the bookmark setting is returned.
Return Value
Type: System.DateTime
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.
See Also
ConnectorFrameworkProxy Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
Return to top