Universal Windows Service Class Library

CrashMonitor Class

Implementation of a monitor which watches if application(s) exited.

For a list of all members of this type, see CrashMonitor Members.

System.Object
   uws.Monitors.Monitor
      uws.Monitors.CrashMonitor

public class CrashMonitor : Monitor

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class provides functionality to control a crash monitor. It fires it's event when an application exits.

Requirements

Namespace: uws.Monitors

Assembly: uwsCore (in uwsCore.dll)

See Also

CrashMonitor Members | uws.Monitors Namespace | IMonitor | Monitor