IDisposable和IAsyncDisposable接口(链接)


关于IDisposable接口,我相信大家都很熟悉了,下面是微软官方文档的介绍:

IDisposable Interface

Implement a Dispose method

 

在C# 8.0中,微软引入了IAsyncDisposable接口,下面是微软官方文档的介绍:

IAsyncDisposable Interface

Implement a DisposeAsync method

 

如何使用IAsyncDisposable接口,可以查看下面的帖子:

What is the difference between using and await using? And how can I decide which one to use?

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM