Interface IEventRequest<TEvent>
Represents an event request.
Namespace: Copper.Eventing.Common.Interface
Assembly: Copper.Eventing.Common.dll
Syntax
public interface IEventRequest<TEvent>
where TEvent : class
Type Parameters
| Name | Description |
|---|---|
| TEvent |
Properties
View SourceMessage
Gets the request message.
Declaration
string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The request message. |