.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Abstract "place-holder" for synchronization.

Namespace: Org.IdentityConnectors.Framework.Common.Objects
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public sealed class SyncToken

Remarks

The application must not make any attempt to interpret the value of the token. From the standpoint of the application the token is merely a black-box. The application may only persist the value of the token for use on subsequent synchronization requests.

What this token represents is entirely connector-specific. On some connectors this might be a last-modified value. On others, it might be a unique ID of a log table entry. On others such as JMS, this might be a dummy value since JMS itself keeps track of the state of the sync.

Inheritance Hierarchy

System..::..Object
  Org.IdentityConnectors.Framework.Common.Objects..::..SyncToken

See Also