ICoyoteRuntime.Monitor<T> method

Invokes the specified monitor with the specified Event.

public void Monitor<T>(Event e)
    where T : Monitor
parameter description
T Type of the monitor.
e Event to send to the monitor.

See Also