Table of Contents

ReplicationServerRoomsService

class in Coherence.Cloud

Public API to interface with Rooms from a self-hosted Replication Server. If you wish to create, delete or fetch rooms in the coherence Cloud, you can instantiate a CloudService instead to access the CloudRooms API.

Constructors
ReplicationServerRoomsService
Properties
CachedRooms

List of cached Rooms that were fetched by the FetchRooms method.

Methods
CreateRoom

Create a room with the given options in the Replication Server.

CreateRoomAsync

Create a room with the given options in the Replication Server asynchronously.

FetchRooms

Fetch the available rooms in the Replication Server.

FetchRoomsAsync

Fetch the available rooms in the Replication Server asynchronously.

IsOnline
RemoveRoom

Remove an existing room that you have created in the Replication Server.

RemoveRoomAsync

Remove an existing room that you have created in the Replication Server asynchronously.