CalendarReader.CheckDisposed Method
The CheckDisposed(String) method checks if the specified calendar reader has been disposed.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Protected Sub CheckDisposed ( _
methodName As String _
)
'Usage
Dim methodName As String
Me.CheckDisposed(methodName)
protected void CheckDisposed(
string methodName
)
Parameters
- methodName
Type: System.String
The name of the method calling the CheckDisposed(String) method.