Initializes a new instance of ClientScope class with the given ClientCacheBase.

Namespace:  C1.Data
Assembly:  C1.Silverlight.Data.Entity (in C1.Silverlight.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.

See Also