C# Класс Netsy.UI.DispatchedServices.DispatchedGiftService

Gift service wrapped to use a dispatcher To put the results back on the Dispatcher's thread
Наследование: DispatchedService, IGiftService
Показать файл Открыть проект

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

Метод Описание
DispatchedGiftService ( IGiftService wrappedService, Dispatcher dispatcher ) : System

Initializes a new instance of the DispatchedGiftService class

GetGiftGuideListings ( int guideId, int offset, int limit, DetailLevel detailLevel ) : IAsyncResult

Get the listings in a gift guide.

GetGiftGuides ( ) : IAsyncResult

Get a list of gift guides.

Описание методов

DispatchedGiftService() публичный Метод

Initializes a new instance of the DispatchedGiftService class
public DispatchedGiftService ( IGiftService wrappedService, Dispatcher dispatcher ) : System
wrappedService IGiftService the wrapped service
dispatcher System.Windows.Threading.Dispatcher the thread dispatcher
Результат System

GetGiftGuideListings() публичный Метод

Get the listings in a gift guide.
public GetGiftGuideListings ( int guideId, int offset, int limit, DetailLevel detailLevel ) : IAsyncResult
guideId int Specify the numeric ID of a Gift Guide
offset int To page through large result sets, set offset to a multiple of limit
limit int Specify the number of results to return
detailLevel DetailLevel Control how much information to return
Результат IAsyncResult

GetGiftGuides() публичный Метод

Get a list of gift guides.
public GetGiftGuides ( ) : IAsyncResult
Результат IAsyncResult