Click or drag to resize

RoomSetNotificationT Class

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

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

Type Parameters

T

The RoomSetNotificationT type exposes the following members.

Constructors
  NameDescription
Public methodRoomSetNotificationT
Initializes a new instance of the RoomSetNotificationT class
Public methodRoomSetNotificationT(T)
Initializes a new instance of the RoomSetNotificationT class
Top
Methods
  NameDescription
Public methodGetRoom
Public methodSetRoom
Top
See Also