문제

I am using the Simple.OData.Client library, and I need to be able to cancel a request before it completes. None of the async methods accept a Cancelation-Token. Am I missing something?

도움이 되었습니까?

해결책

I just pushed to NuGet Simple.OData.Client pre-release 3.0.0-rc2 that adds support for cancellation tokens, so you can try it or wait until the final 3.0 is released (in a couple of weeks).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top