C# Class Castle.ActiveRecord.Framework.Scopes.HybridWebThreadScopeInfo

This IThreadScopeInfo implementation will first try to get the current scope from the current request, and if not found, will use a thread lcoal scope.
This is used for scenarios where most of the you need per request scope, but you also does some work outside a request (in a thread pool thread, for instnace).
Inheritance: AbstractThreadScopeInfo, IWebThreadScopeInfo
Show file Open project: nats/castle-1.0.3-mono