C# 클래스 Sage.Integration.Northwind.Adapter.Common.Performers.PostSyncSourceRequestPerformer.InternalAsyncPerformer

파일 보기 프로젝트 열기: Sage/SData-Contracts

공개 메소드들

메소드 설명
DoWork ( NorthwindConfig config, Digest targetDigest ) : void
DoWork ( NorthwindConfig config, SyncFeedDigest syncDigestInfo ) : void
GetFeed ( NorthwindConfig config, PageInfo normalizedPageInfo ) : Feed

This method is not threadsafe as the performer must be finished when calling this method.

GetFeed ( NorthwindConfig config, int startIndex, int count ) : SyncFeed

This method is not threadsafe as the performer must be finished when calling this method.

InternalAsyncPerformer ( PostSyncSourceRequestPerformer parentPerformer ) : System

비공개 메소드들

메소드 설명
BuildFeedEntry ( CorrelatedResSyncInfo correlation, IFeedEntryEntityWrapper wrapper ) : FeedEntry
Execute ( NorthwindConfig config, Digest targetDigest ) : void
Execute ( NorthwindConfig config, SyncFeedDigest syncDigestInfo ) : void
ExecuteCompletedCallback ( IAsyncResult ar ) : void

메소드 상세

DoWork() 공개 메소드

public DoWork ( NorthwindConfig config, Digest targetDigest ) : void
config Sage.Integration.Northwind.Application.NorthwindConfig
targetDigest Digest
리턴 void

DoWork() 공개 메소드

public DoWork ( NorthwindConfig config, SyncFeedDigest syncDigestInfo ) : void
config Sage.Integration.Northwind.Application.NorthwindConfig
syncDigestInfo SyncFeedDigest
리턴 void

GetFeed() 공개 메소드

This method is not threadsafe as the performer must be finished when calling this method.
public GetFeed ( NorthwindConfig config, PageInfo normalizedPageInfo ) : Feed
config Sage.Integration.Northwind.Application.NorthwindConfig
normalizedPageInfo PageInfo
리턴 Feed

GetFeed() 공개 메소드

This method is not threadsafe as the performer must be finished when calling this method.
public GetFeed ( NorthwindConfig config, int startIndex, int count ) : SyncFeed
config Sage.Integration.Northwind.Application.NorthwindConfig
startIndex int
count int
리턴 SyncFeed

InternalAsyncPerformer() 공개 메소드

public InternalAsyncPerformer ( PostSyncSourceRequestPerformer parentPerformer ) : System
parentPerformer PostSyncSourceRequestPerformer
리턴 System