SynchronizationAttribute.Locked 속성

정의

Context의 이 인스턴스를 구현하는 SynchronizationAttribute가 잠겨 있는지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

public:
 virtual property bool Locked { bool get(); void set(bool value); };
public virtual bool Locked { get; set; }
member this.Locked : bool with get, set
Public Overridable Property Locked As Boolean

속성 값

Boolean

Context의 이 인스턴스를 구현하는 SynchronizationAttribute가 잠겨 있는지 여부를 나타내는 부울 값입니다.

설명

동기화 된 Context 컨텍스트에서 현재 실행 중인 스레드가 개체에 액세스할 수만 잠겨는 Context합니다.

적용 대상