AppDomainInfo.IsIdle 方法
定义
获取应用程序域的空闲状态。Gets the idle state of the application domain.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual bool IsIdle();
public bool IsIdle ();
abstract member IsIdle : unit -> bool
override this.IsIdle : unit -> bool
Public Function IsIdle () As Boolean
返回
如果应用程序域空闲,则为 true;否则为 false。true if the application domain is idle; otherwise, false.
实现
注解
IsIdle 在 .NET Framework 3.5 中引入。IsIdle is introduced in the .NET Framework 3.5. 有关详细信息,请参见版本和依赖关系。For more information, see Versions and Dependencies.