Click or drag to resize

MatchRoomClientR, MOnRoomLeaveNotification Method

Namespace:  SoftGear.Strix.Client.Match
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.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