Click or drag to resize

IShutdown Interface

[This is preliminary documentation and is subject to change.]

Defines the Shutdown capability

Namespace:  GHASchema.Classes.Capabilities
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "System")]
public interface IShutdown

The IShutdown type exposes the following members.

Methods
  NameDescription
Public methodShutdown
Implementation specific shutdown method. Implementors should deal with any class specific shutdown processing here
Top
See Also