Rachit95 / google-api-for-dotnet

Automatically exported from code.google.com/p/google-api-for-dotnet
0 stars 0 forks source link

Friend class SearchAsyncResult #68

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. From code try to do an async search on google books api, the result is
of type SearchAsyncResult wich is Private and out of scope of callback. Ones 
cannot do the cast to retrieve the searh result.

What is the expected output? What do you see instead?
Make visible to callback methods setting it to public.

What version of the product are you using? On what operating system?
VS2010 On windows Vista.

Please provide any additional information below.

Original issue reported on code.google.com by marcelod...@gmail.com on 25 Aug 2010 at 8:13

Attachments: