Dispose Method (ClientScope)
In This Topic
Marks the scope as disposed. Entities that were marked needed by a disposed scope may be disposed of (evicted from the cache, detached from context) unless they are needed by other active scopes.
Syntax
'Declaration
Public Sub Dispose()
See Also