WriteableBitmap.TryLock(Duration) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
비트맵을 잠그려고 시도하여 지정된 시간 길이 이하만 기다립니다.
public:
bool TryLock(System::Windows::Duration timeout);
[System.Security.SecurityCritical]
public bool TryLock (System.Windows.Duration timeout);
public bool TryLock (System.Windows.Duration timeout);
[<System.Security.SecurityCritical>]
member this.TryLock : System.Windows.Duration -> bool
member this.TryLock : System.Windows.Duration -> bool
Public Function TryLock (timeout As Duration) As Boolean
매개 변수
반환
잠금을 가져왔으면 true
이고, 그렇지 않으면 false
입니다.
- 특성
예외
timeout
이 Automatic로 설정됩니다.
설명
잠금을 획득하면 메서드의 TryLock 동작이 메서드와 동일합니다 Lock .