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

‘선언
Public Sub Unlock
‘사용 방법
Dim instance As CookieTable

instance.Unlock()
public void Unlock()
public:
void Unlock()
member Unlock : unit -> unit 
public function Unlock()

.NET Framework Security

See Also

Reference

CookieTable<TCookie, TCookieTraits, TValue> Class

CookieTable<TCookie, TCookieTraits, TValue> Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace