Click or drag to resize

RoomSetMemberNotificationT Class

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

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 RoomSetMemberNotification<T> : INotificationMessage
where T : IRoomMember

Type Parameters

T

The RoomSetMemberNotificationT type exposes the following members.

Constructors
  NameDescription
Public methodRoomSetMemberNotificationT
Initializes a new instance of the RoomSetMemberNotificationT class
Public methodRoomSetMemberNotificationT(T)
Initializes a new instance of the RoomSetMemberNotificationT class
Top
Methods
  NameDescription
Public methodGetMember
Public methodSetMember
Top
See Also