AsyncReaderWriterResourceLock<TMoniker, TResource>::SetResourceAsAccessed Method (TResource)

 

Microsoft internal only. Marks a resource as having been retrieved under a lock.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

protected:
void SetResourceAsAccessed(
	TResource resource
)

Parameters

resource
Type: TResource

The type of the resource.

Return to top
Show: