Class ObjectionEvent
Represents a WOLF objection error.
Inheritance
System.Object
ObjectionEvent
Implements
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public class ObjectionEvent : IWolfMessage
Constructors
| Improve this Doc View SourceObjectionEvent()
Creates a message instance.
Declaration
protected ObjectionEvent()
Properties
| Improve this Doc View SourceEventName
Message event name.
Declaration
public string EventName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Remarks
Equals to Objection.
Message
Error message.
Declaration
public string Message { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
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.