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

HybridWebThreadSessionStore Constructor 

Initializes a new instance of the WebSessionStore class.

[Visual Basic]
Public Sub New( _
   ByVal String As String _
)
[C#]
public HybridWebThreadSessionStore(
   String daoManagerId
);

Parameters

daoManagerId
The DaoManager name.

See Also

HybridWebThreadSessionStore Class | IBatisNet.DataAccess.SessionStore Namespace