Click or drag to resize

PsrServerMessage Class

General server message.
Inheritance Hierarchy
SystemObject
  PsrApi.DataPsrServerMessage

Namespace:  PsrApi.Data
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class PsrServerMessage

The PsrServerMessage type exposes the following members.

Constructors
  NameDescription
Public methodPsrServerMessage
Initializes a new instance of the PsrServerMessage class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldMessage
Message from server.
Public fieldMessageType
Type of message.
Top
See Also