IEventResponse¶
-
interface IEventResponse : public INamed¶
System.Collections.ICollection<IEvent> IEventResponse.Events { get; }IDictionary<string, ISignal> IEventResponse.Signals { get; }System.Collections.ICollection<IEventResponse> IEventResponse.PropagatingEventResponses { get; }ISubscription IEventResponse.Subscribe(EventResponseHandler handler)