iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

CallContextSessionStore Class

Provides an implementation of ISessionStore which relies on CallContext. This implementation will first get the current session from the current thread. Do NOT use on web scenario (web applications or web services).

For a list of all members of this type, see CallContextSessionStore Members.

System.Object
   MarshalByRefObject
      AbstractSessionStore
         CallContextSessionStore

[Visual Basic]
Public Class CallContextSessionStore
    Inherits 
[C#]
public class CallContextSessionStore : AbstractSessionStore

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IBatisNet.DataMapper.SessionStore

Assembly: IBatisNet.DataMapper (in IBatisNet.DataMapper.dll)

See Also

CallContextSessionStore Members | IBatisNet.DataMapper.SessionStore Namespace