C# Class Netsy.UI.DispatchedServices.DispatchedGiftService

Gift service wrapped to use a dispatcher To put the results back on the Dispatcher's thread
Inheritance: DispatchedService, IGiftService
Afficher le fichier Open project: AnthonySteele/Netsy

Méthodes publiques

Méthode Description
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.

Method Details

DispatchedGiftService() public méthode

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
Résultat System

GetGiftGuideListings() public méthode

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
Résultat IAsyncResult

GetGiftGuides() public méthode

Get a list of gift guides.
public GetGiftGuides ( ) : IAsyncResult
Résultat IAsyncResult