C# 클래스 Netsy.UI.DispatchedServices.DispatchedGiftService

Gift service wrapped to use a dispatcher To put the results back on the Dispatcher's thread
상속: DispatchedService, IGiftService
파일 보기 프로젝트 열기: AnthonySteele/Netsy

공개 메소드들

메소드 설명
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