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.

파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

메소드 설명
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