AsyncReaderWriterResourceLock<TMoniker, TResource> Constructor
Microsoft internal only. Initializes a new instance of the AsyncReaderWriterResourceLock.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public Sub New
public AsyncReaderWriterResourceLock()
public:
AsyncReaderWriterResourceLock()
new : unit -> AsyncReaderWriterResourceLock
public function AsyncReaderWriterResourceLock()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AsyncReaderWriterResourceLock<TMoniker, TResource> Class