Skip to content
New issue

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

Add async/await,Task and some other changes #18

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Add async/await,Task and some other changes #18

wants to merge 13 commits into from

Conversation

sarasn93
Copy link

  • Add async, await and Task(Increase the performance and responsiveness of your application, particularly once you have long-running operations)
  • Update .net 3.5 to .net 4.5 in order to use Async and Task operation
  • Add Microsof.Net.Http package to .Net 4.5 in order to use HttpClient parameters and async http post options
  • Add summery
  • Delete SendByPostalCode methods
  • Add cancellation(A CancellationToken enables cooperative cancellation between threads, thread pool work items, or Task objects. You can pass the cancellation token to any number of threads, tasks, or operations that should receive notice of cancellation.)
  • Update Join method in Utils folder and use delimiter input to send "," to Join method
  • DataTime.MaxValue=>DateTime.Now (In some methods that don't have a endDate input, in case of using default enddate value that was datetime.maxvalue, the response was 416 status code which "datetime is not correct")
  • APIMethod:: StatusLocalMessageId:messageids=>localids(change input names)
  • APIMethod:: Cancel: ids=>messageid(change input names)

Kavenegar.zip

HesamKashefi and others added 13 commits February 1, 2020 16:30
Added Support for cancellation
Improved HTTP performance
Delete repeated works!
Updated JSON serializer to the newest .net implementation
Added build nuget package on build
Removed Receptors URL Encoding (API breaks after encoding symbols)
Added .Net Core and .Net Standard Support with many improvements
change nuget package name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants