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 Cancellation #7

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

Add Cancellation #7

wants to merge 13 commits into from

Conversation

sarasn93
Copy link

@sarasn93 sarasn93 commented Feb 7, 2022

  • 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.Core.zip

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.

None yet

2 participants