ConnectorFrameworkProxy.GetConnectorBookmark(Guid) 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.
Gets connector bookmark for the given connector.
public:
DateTime GetConnectorBookmark(Guid connectorId);
public DateTime GetConnectorBookmark (Guid connectorId);
member this.GetConnectorBookmark : Guid -> DateTime
Public Function GetConnectorBookmark (connectorId As Guid) As DateTime
Parameters
- connectorId
- Guid
The connector id.
Returns
The bookmark of the connector.
Remarks
The bookmark is the earliest time and date that data can be returned by the Operation Manager.