AsyncReaderWriterResourceLock<TMoniker,TResource> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
未封鎖的鎖定,這種鎖定特別考量必須為並行或獨佔存取準備的資源,而允許並行存取、獨佔存取或者可升級為獨佔存取的並行存取。
generic <typename TMoniker, typename TResource>
where TResource : classpublic ref class AsyncReaderWriterResourceLock abstract : Microsoft::VisualStudio::Threading::AsyncReaderWriterLock
public abstract class AsyncReaderWriterResourceLock<TMoniker,TResource> : Microsoft.VisualStudio.Threading.AsyncReaderWriterLock where TResource : class
type AsyncReaderWriterResourceLock<'Moniker, 'Resource (requires 'Resource : null)> = class
inherit AsyncReaderWriterLock
Public MustInherit Class AsyncReaderWriterResourceLock(Of TMoniker, TResource)
Inherits AsyncReaderWriterLock
類型參數
- TMoniker
識別資源的Moniker類型。
- TResource
此鎖定針對存取所發出的資源類型。
- 繼承
建構函式
屬性
方法
明確介面實作
IHangReportContributor.GetHangReport() |
提供用於懸置狀況報表的資料。 (繼承來源 AsyncReaderWriterLock) |
適用於
執行緒安全性
此類型適用於所有成員的線程安全。