function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
edwinfarraredwinfarrar 

Async Help files

Where are the help files which talk about the API Async calls? I have the version 10 help files and am not able to find it. I am obviously missing them.
 
Thanks;
Edwin Farrar
SuperfellSuperfell
See the Metadata calls section in the API docs.
http://www.salesforce.com/us/developer/docs/api/index.htm
edwinfarraredwinfarrar
Thank you for the response. I was not specific enough. Where is the queryAsync call discussed along with the various event handlers.
SuperfellSuperfell
the *Async calls are automatically generated by .NET, they are specific to the .NET client stubs and not part of the WSDL (they're generated for every WSDL). They should be doc'd as part of the MSDN .NET Framework documentation.