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

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

공개 메소드들

메소드 설명
DoWork ( NorthwindConfig config, IFeed feed, Digest digest ) : void
DoWork ( NorthwindConfig config, SyncFeed feed ) : 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 ( PostSyncTargetRequestPerformer parentPerformer ) : System

비공개 메소드들

메소드 설명
BuildFeedEntry ( SdataTransactionResult transactionResult, IFeedEntryEntityWrapper wrapper ) : FeedEntry
Execute ( NorthwindConfig config, IFeed feed, Digest sourceDigest ) : void
Execute ( NorthwindConfig config, SyncFeed feed ) : void
ExecuteCompletedCallback ( IAsyncResult ar ) : void

메소드 상세

DoWork() 공개 메소드

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

DoWork() 공개 메소드

public DoWork ( NorthwindConfig config, SyncFeed feed ) : void
config Sage.Integration.Northwind.Application.NorthwindConfig
feed SyncFeed
리턴 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 ( PostSyncTargetRequestPerformer parentPerformer ) : System
parentPerformer PostSyncTargetRequestPerformer
리턴 System