다음을 통해 공유


CoreStrings.ConcurrentMethodInvocation 속성

정의

이전 작업이 완료되기 전에 이 컨텍스트 instance 두 번째 작업이 시작되었습니다. 이는 일반적으로 DbContext의 동일한 instance 사용하여 서로 다른 스레드에 의해 동시에 발생합니다. DbContext에서 스레딩 문제를 방지하는 방법에 대한 자세한 내용은 를 참조하세요 https://go.microsoft.com/fwlink/?linkid=2097913.

public static string ConcurrentMethodInvocation { get; }
static member ConcurrentMethodInvocation : string
Public Shared ReadOnly Property ConcurrentMethodInvocation As String

속성 값

적용 대상