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

WebSessionStore.Store Method 

Store the specified session.

[Visual Basic]
Overrides Public Sub Store( _
   ByVal IDalSession As IDalSession _
) _
    Implements ISessionStore.
[C#]
public override void Store(
   IDalSession session
);

Parameters

session
The session to store

Implements

ISessionStore.

See Also

WebSessionStore Class | IBatisNet.DataAccess.SessionStore Namespace