Click or drag to resize

MatchRoomClientR, MOnRoomSetNotification 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 OnRoomSetNotification(
	IMessageChannel channel,
	RoomSetNotification<R> message
)

Parameters

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