Click or drag to resize

RoomMessageListenerR, M Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.RoomRoomMessageListenerR, M
    SoftGear.Strix.Client.RoomDefaultRoomMessageListener

Namespace:  SoftGear.Strix.Client.Room
Assembly:  strix-client-csharp-room (in strix-client-csharp-room.dll) Version: 2.3.0
Syntax
C#
public class RoomMessageListener<R, M> : IRoomMessageListener<R, M>
where R : class, IRoom
where M : class, IRoomMember

Type Parameters

R
M

The RoomMessageListenerR, M type exposes the following members.

Constructors
  NameDescription
Public methodRoomMessageListenerR, M
Initializes a new instance of the RoomMessageListenerR, M class
Public methodRoomMessageListenerR, M(IRoomDataR, M)
Initializes a new instance of the RoomMessageListenerR, M class
Public methodRoomMessageListenerR, M(Type, Type, IRoomDataR, M)
Initializes a new instance of the RoomMessageListenerR, M class
Top
Properties
Methods
See Also