Initializes a new instance of ClientScope class with the given ClientCacheBase.
Namespace:
C1.DataAssembly: C1.Data.Entity (in C1.Data.Entity.dll)
Syntax
C# |
---|
public ClientScope( ClientCacheBase clientCache ) |
Visual Basic |
---|
Public Sub New ( _ clientCache As ClientCacheBase _ ) |
Parameters
- clientCache
- Type: C1.Data..::..ClientCacheBase
An instance of the ClientCacheBase class to which the new client scopeis connected.