Метод | Описание | |
---|---|---|
DispatchedGiftService ( IGiftService wrappedService, |
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.
|
public DispatchedGiftService ( IGiftService wrappedService, |
||
wrappedService | IGiftService | the wrapped service |
dispatcher | the thread dispatcher | |
Результат | System |
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 |