Click or drag to resize

RoomClientR, MOnRoomSetNotification Method

Namespace:  SoftGear.Strix.Client.Room
Assembly:  strix-client-csharp-room (in strix-client-csharp-room.dll) Version: 2.3.0
Syntax
C#
public virtual void OnRoomSetNotification(
	IMessageChannel channel,
	RoomSetNotification<R> message
)

Parameters

channel
Type: IMessageChannel
message
Type: SoftGear.Strix.Client.Room.MessageRoomSetNotificationR
See Also