AbandonedMutexException.Mutex 속성

정의

예외의 발생시킨 중단된 뮤텍스를 가져옵니다.

public:
 property System::Threading::Mutex ^ Mutex { System::Threading::Mutex ^ get(); };
public System.Threading.Mutex Mutex { get; }
public System.Threading.Mutex? Mutex { get; }
member this.Mutex : System.Threading.Mutex
Public ReadOnly Property Mutex As Mutex

속성 값

Mutex

중단된 뮤텍스를 나타내는 Mutex 개체이며, 중단된 뮤텍스를 식별할 수 없는 경우에는 null입니다.

설명

메서드 Mutex 호출 WaitHandle.WaitAny 에서 예외가 throw되는 경우 반환된 뮤텍스는 전달된 개체 배열 WaitHandle 에서 인덱스가 가장 낮거나 null 중단된 WaitAny뮤텍스를 식별할 수 없는 경우 중단된 뮤텍스입니다. 호출 WaitOne 시 예외가 throw되거나 WaitAll이 속성이 항상 반환됩니다 null.

적용 대상

추가 정보