Click or drag to resize

StatusChangeEvent Class

The StatusChange websocket event.
Inheritance Hierarchy

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public class StatusChangeEvent : IResponse

The StatusChangeEvent type exposes the following members.

Constructors
  NameDescription
Public methodStatusChangeEvent
Initializes a new instance of the StatusChangeEvent class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Displays a human-readable summary of this event.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldbroadcast
Contains information about who received this event.
(Inherited from IResponse.)
Public fielddata
Contains specific event-related information.
Public fieldevent
The websocket event type.
(Inherited from IResponse.)
Top
See Also