Releases the unmanaged resources used by the
StatelessSessionImpl and optionally releases the managed resources
Namespace: NHibernate.ImplAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected void Dispose(
bool isDisposing
) |
Visual Basic |
---|
Protected Sub Dispose ( _
isDisposing As Boolean _
) |
Visual C++ |
---|
protected:
void Dispose(
bool isDisposing
) |
Parameters
- isDisposing
- Type: System..::..Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also