ICoyoteRuntime.RegisterMonitor<T> method

Registers a new specification monitor of the specified Type.

public void RegisterMonitor<T>()
    where T : Monitor
parameter description
T Type of the monitor.

See Also