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

AbstractSessionStore.Dispose Method 

Remove the local session from the storage.

[Visual Basic]
MustOverride Public Sub Dispose() _
    Implements ISessionStore.
[C#]
public abstract void Dispose();

Implements

ISessionStore.

See Also

AbstractSessionStore Class | IBatisNet.DataMapper.SessionStore Namespace