BaseService.disposed Field

Definition

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.

Applies to