TKey
TValue
LockSession<TKey,TValue> Class
Members See Also 
SourceCode.Threading Namespace : LockSession<TKey,TValue> Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Class LockSession
    (Of TKey,TValue As Class) 
Visual Basic (Usage) Copy Code
Dim instance As LockSession(Of TKey,TValue)
C#  
public class LockSession<TKey,TValue> 
where TValue: class
C++/CLI  
generic<typename TKey>
generic<typename TValue>
public ref class LockSession 
where TValue: ref class

Type Parameters

TKey
TValue

Inheritance Hierarchy

System.Object
   SourceCode.Threading.LockSession<TKey,TValue>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also