Click or drag to resize

ReplicaClientRSetRoomEventHandlersTR, M Method

Namespace:  SoftGear.Strix.Client.Replica
Assembly:  strix-client-csharp-replica (in strix-client-csharp-replica.dll) Version: 2.3.0
Syntax
C#
public void SetRoomEventHandlers<TR, M>(
	RoomClient<TR, M> roomClient
)
where TR : class, IRoom
where M : class, IRoomMember

Parameters

roomClient
Type: SoftGear.Strix.Client.RoomRoomClientTR, M

Type Parameters

TR
M
See Also