Skip to content

FindAsync for multiple requests #203

Discussion options

You must be logged in to vote

That is a more advanced use case, and the .FindAsync() method is not designed for what I'd call an "advanced" find operation; however, the Data API and FMData should be able to generate the API calls that you need.

To perform multiple find requests, you will use the .SendAsync() overload that takes an IFindRequest. If you poke around the source, you'll notice that the .FindAsync() method actually just creates an IFindRequest and passes it along to .SendAsync() so that's worth checking out as one example:

/// <summary>
/// Finds a record or records matching the properties of the input request object.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jakSolutionsGithub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants