Click or drag to resize

RoomJoinResponseT, R Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.MessageDefaultResponseMessage
    SoftGear.Strix.Client.Room.MessageRoomJoinResponseT, R

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 RoomJoinResponse<T, R> : DefaultResponseMessage
where T : IRoom
where R : IRoomMember

Type Parameters

T
R

The RoomJoinResponseT, R type exposes the following members.

Constructors
  NameDescription
Public methodRoomJoinResponseT, R
Initializes a new instance of the RoomJoinResponseT, R class
Public methodRoomJoinResponseT, R(IRoom)
Initializes a new instance of the RoomJoinResponseT, R class
Public methodRoomJoinResponseT, R(IRoom, R, ICollectionR)
Initializes a new instance of the RoomJoinResponseT, R class
Top
Methods
See Also