C# 클래스 Microsoft.Cci.GlobalLock

Static class encasulating the global lock object.
파일 보기 프로젝트 열기: visualmutator/visualmutator

공개 프로퍼티들

프로퍼티 타입 설명
LockingObject object

프로퍼티 상세

LockingObject 공개적으로 정적으로 프로퍼티

All synchronization code should exclusively use this lock object, hence making it trivial to ensure that there are no deadlocks. It also means that the lock should never be held for long. In particular, no code holding this lock should ever wait on another thread.
public static object LockingObject
리턴 object