Table of Contents

Class RoomsCache

Namespace
Coherence.Cloud
Assembly
Coherence.Runtime.dll
public class RoomsCache
Inheritance
RoomsCache

Constructors

RoomsCache(string)

public RoomsCache(string endpoint)

Parameters

endpoint string

Properties

CachedRooms

public IReadOnlyList<RoomData> CachedRooms { get; }

Property Value

IReadOnlyList<RoomData>

Events

OnRoomsUpdated

public event Action<string, List<RoomData>> OnRoomsUpdated

Event Type

Action<string, List<RoomData>>