Click or drag to resize

RoomLeaveNotificationT Class

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

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

Type Parameters

T

The RoomLeaveNotificationT type exposes the following members.

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