BaseService.disposed Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Value indicating if the object has completed disposal.
protected: bool disposed;
protected bool disposed;
val mutable disposed : bool
Protected disposed As Boolean
Field Value
Remarks
Set by derived classes to indicate that disposal has been completed.