.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Returns the token corresponding to the latest sync delta.

Namespace: Org.IdentityConnectors.Framework.Api.Operations
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
SyncToken GetLatestSyncToken(
	ObjectClass objectClass
)

Return Value

Type: SyncToken
The latest token or null if there is no sync data.

Remarks

This is to support applications that may wish to sync starting "now".

See Also