CoreStrings.ConcurrentMethodInvocation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在上一个操作完成之前,已在此上下文实例上启动了第二个操作。 这通常是由使用同一 DbContext 实例的不同线程并发引起的。 有关如何避免 DbContext 的线程问题的详细信息,请参阅 https://go.microsoft.com/fwlink/?linkid=2097913。
public static string ConcurrentMethodInvocation { get; }
static member ConcurrentMethodInvocation : string
Public Shared ReadOnly Property ConcurrentMethodInvocation As String