C# 클래스 Org.IdentityConnectors.Framework.Common.Objects.SyncResultsHandler

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

공개 프로퍼티들

프로퍼티 타입 설명
Handle Boolean>.Func

프로퍼티 상세

Handle 공개적으로 프로퍼티

Called to handle a delta in the stream.
Will be called multiple times, once for each result. Although a callback, this is still invoked synchronously. That is, it is guaranteed that following a call to SyncApiOp.Sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) no more invocations to Handle(SyncDelta) will be performed.
If the application encounters an exception. This will stop /// the interation and the exception will be propogated back to /// the application.
public Func Handle
리턴 Boolean>.Func