We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate changing of the ISession.Read method signature in order to allow passing of a cancelation token.
The text was updated successfully, but these errors were encountered:
Fixes #167 Investigate changing of the ISession.Read(Iteration iterat…
9686744
…ion, DomainOfExpertise domain) method signature (#169) * Initial implementation. * Fix concurrency issue. * Remove unusefull string interpolation. * Improve test coverage. * Improve test coverage. * Mark test WebServicesDependent. * Actions performed on Sam's suggestions: * Implement try catch finally with TryRemove in all methods * Fix typos * Fix methods summaries
adrianchivu
Successfully merging a pull request may close this issue.
Prerequisites
Description
Investigate changing of the ISession.Read method signature in order to allow passing of a cancelation token.
The text was updated successfully, but these errors were encountered: