Click or drag to resize

MatchRoomMessageListenerR, M Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.MatchMatchRoomMessageListenerR, M
    SoftGear.Strix.Client.MatchDefaultMatchRoomMessageListener

Namespace:  SoftGear.Strix.Client.Match
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
public class MatchRoomMessageListener<R, M> : IMatchRoomMessageListener<R, M>, 
	IRoomMessageListener<R, M>
where R : MatchRoom
where M : MatchRoomMember

Type Parameters

R
M

The MatchRoomMessageListenerR, M type exposes the following members.

Constructors
  NameDescription
Public methodMatchRoomMessageListenerR, M
Initializes a new instance of the MatchRoomMessageListenerR, M class
Public methodMatchRoomMessageListenerR, M(IMatchRoomDataR, M)
Initializes a new instance of the MatchRoomMessageListenerR, M class
Public methodMatchRoomMessageListenerR, M(Type, Type, IMatchRoomDataR, M)
Initializes a new instance of the MatchRoomMessageListenerR, M class
Top
Properties
Methods
See Also