Click or drag to resize

RoomJoinMessageT Class

Inheritance Hierarchy

Namespace:  SoftGear.Strix.Client.Room.Message
Assembly:  strix-client-csharp-room (in strix-client-csharp-room.dll) Version: 2.3.0
Syntax
C#
[SerializableAttribute]
public class RoomJoinMessage<T> : DefaultRequestMessage
where T : IRoom

Type Parameters

T

The RoomJoinMessageT type exposes the following members.

Constructors
  NameDescription
Public methodRoomJoinMessageT
Initializes a new instance of the RoomJoinMessageT class
Public methodRoomJoinMessageT(Int64)
Initializes a new instance of the RoomJoinMessageT class
Public methodRoomJoinMessageT(Int64, IDictionaryString, Object)
Initializes a new instance of the RoomJoinMessageT class
Top
Methods
See Also