C# Класс Org.IdentityConnectors.Framework.Common.Objects.SyncToken

Abstract "place-holder" for synchronization.
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.

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( Object o ) : bool
GetHashCode ( ) : int
SyncToken ( Object value ) : System

Creates a new

ToString ( ) : String

Описание методов

Equals() публичный Метод

public Equals ( Object o ) : bool
o Object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

SyncToken() публичный Метод

Creates a new
public SyncToken ( Object value ) : System
value Object May not be null. TODO: define set of allowed value types /// (currently same as set of allowed attribute values).
Результат System

ToString() публичный Метод

public ToString ( ) : String
Результат String