Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class ObjectionEvent

    Represents a WOLF objection error.

    Inheritance
    System.Object
    ObjectionEvent
    Implements
    IWolfMessage
    Namespace: TehGM.Wolfringo.Messages
    Assembly: Wolfringo.Core.dll
    Syntax
    public class ObjectionEvent : IWolfMessage

    Constructors

    | Improve this Doc View Source

    ObjectionEvent()

    Creates a message instance.

    Declaration
    protected ObjectionEvent()

    Properties

    | Improve this Doc View Source

    EventName

    Message event name.

    Declaration
    public string EventName { get; }
    Property Value
    Type Description
    System.String
    Remarks

    Equals to Objection.

    | Improve this Doc View Source

    Message

    Error message.

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ReconnectSeconds

    Time in seconds to wait before reconnecting.

    Declaration
    public int ReconnectSeconds { get; }
    Property Value
    Type Description
    System.Int32
    Remarks

    Value of -1 indicates no reconnect.

    Implements

    IWolfMessage

    Extension Methods

    SerializationHelper.SerializeJsonPayload<T>(T, JsonSerializer)