Click or drag to resize

RoomClientR, MOnRoomLeaveNotification 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 OnRoomLeaveNotification(
	IMessageChannel channel,
	RoomLeaveNotification<R> message
)

Parameters

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