你的位置: 码友网首页 / 资讯源列表 / Migrating Delegate.BeginInvoke Calls for .NET Core

关于[Migrating Delegate.BeginInvoke Calls for .NET Core]的摘要:

I recently worked with a couple customers migrating applications to .NET Core that had to make code changes to workaround BeginInvoke and EndInvoke methods on delegates not being supported on .NET Core. In this post, we’ll look at why these APIs aren’t implemented for .NET Core, why their usage isn’t caught by the .NET API Portability Analyzer, and how to fix code using them to work with .NET Core.

原文地址: https://devblogs.microsoft.com/dotnet/migrating-delegate-begininvoke-calls-for-net-core/

收录时间: 2019-03-29 浏览量: 1804 分类: .NET Core

| 0 收藏 | 0