Clean up any resources being used.
Namespace: Alachisoft.NCache.Web.Caching.StatisticsAssembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
| C# |
|---|
protected override void Dispose(
bool disposing
) |
| Visual Basic |
|---|
Protected Overrides Sub Dispose ( _
disposing As Boolean _
) |
| Visual C++ |
|---|
protected:
virtual void Dispose(
bool disposing
) override |
Parameters
- disposing
- Type: System..::..Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also