public GetFeedbackAsSeller ( int userId, int offset, int limit ) : IAsyncResult | ||
userId | int | the user's numeric ID |
offset | int | To page through large result sets, set offset to a multiple of limit |
limit | int | Specify the number of results to return |
return | IAsyncResult |