Show / Hide Table of Contents

    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 Source

    Message

    Gets the request message.

    Declaration
    string Message { get; set; }
    Property Value
    Type Description
    System.String

    The request message.

    • View Source
    Back to top Generated by DocFX