IReadOnlyEventCollection Interface
Contains global events and event handlers.
Namespace
Statiq.Common
Implementing Types
IReadOnlyEventCollection
IEventCollection
TestEventCollection

Syntax

public interface IReadOnlyEventCollection

Methods

Name Return Value Summary
RaiseAsync<TEvent>(TEvent) Task<bool>
Raises all handlers for a registered event (as indicated by the TEvent type).

Extension Methods