Click or drag to resize

RoomJoinNotificationT Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Room.MessageRoomJoinNotificationT

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 RoomJoinNotification<T> : INotificationMessage
where T : IRoom

Type Parameters

T

The RoomJoinNotificationT type exposes the following members.

Constructors
  NameDescription
Public methodRoomJoinNotificationT
Initializes a new instance of the RoomJoinNotificationT class
Public methodRoomJoinNotificationT(Int64)
Initializes a new instance of the RoomJoinNotificationT class
Public methodRoomJoinNotificationT(Int64, IRoomMember)
Initializes a new instance of the RoomJoinNotificationT class
Top
Methods
See Also