'Declaration Protected Overloads Overridable Sub Dispose( _ ByVal explicitDispose As Boolean _ )
protected virtual void Dispose( bool explicitDispose )
Parameters
- explicitDispose
- true if this method was called by another method such as Close or Dispose; false if it was called by the finalizer.