CookieTable<TCookie, TCookieTraits, TValue>.Unlock Method
Unlock the table. When the lock count goes to zero, perform all pending insert/remove/clear operations
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Public Sub Unlock
'Utilisation
Dim instance As CookieTable
instance.Unlock()
public void Unlock()
public:
void Unlock()
member Unlock : unit -> unit
public function Unlock()
.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
CookieTable<TCookie, TCookieTraits, TValue> Class