Namecheap-dot-net icon indicating copy to clipboard operation
Namecheap-dot-net copied to clipboard

Create async versions for methods

Open philipmat opened this issue 5 years ago • 3 comments

All methods should have async versions.

philipmat avatar Apr 03 '19 14:04 philipmat

Hey, I could do this atleast for some of the methods that I need. Any guidlines or tips on how it should be done? Or is it just simple Task method?

LukasCRMarketing avatar Jul 26 '19 12:07 LukasCRMarketing

Task or Task<T> where “T” is the return type of the non-async method.

As far as guidelines and tips, I’d start with the Async/Await - Best Practices in Asynchronous Programming and go from there. If you google for “csharp async best practices” there are a few good articles on the very first page. There’s not really that much magic to it and it’s a good opportunity to learn/practice.

philipmat avatar Jul 26 '19 14:07 philipmat

Hi, any movement on this? I'd love for these to be async. I wouldn't mind creating a PR myself if noone has started.

rickdgray avatar Jun 11 '24 03:06 rickdgray