CalendarReader.Dispose Method (Boolean)
The Dispose method releases the unmanaged resources used by the CalendarReader and optionally releases the managed resources.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Protected Overridable Sub Dispose ( _
disposing As Boolean _
)
'Usage
Dim disposing As Boolean
Me.Dispose(disposing)
protected virtual void Dispose(
bool disposing
)
Parameters
- disposing
Type: System.Boolean
Releasesboth managed and unmanaged resources when set to true; releases only unmanaged resources when set to false.