Table of Contents
HasShutdown Property

Returns a value indicating whether that runtime has begun shutting down. You should no longer access any EO objects/ methods if this property returns true.

Syntax
 public static Boolean HasShutdown { get; }
See Also