C# Класс Sage.Integration.Northwind.Adapter.Common.Performers.PostSyncTargetRequestPerformer.InternalAsyncPerformer

Показать файл Открыть проект

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

Метод Описание
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