CloudRoomsService
Public API to interface with Rooms from your Project in the coherence Cloud. If you wish to create, delete or fetch rooms in a self-hosted Replication Server, you can instantiate a ReplicationServerRoomsService instead.
Constructors
| CloudRoomsService |
Properties
| CachedRooms | List of cached Rooms that were fetched by the FetchRooms method. |
Methods
| CreateRoom | Create a room with the given options in the coherence Cloud. |
| CreateRoomAsync | Create a room with the given options in the coherence Cloud asynchronously. |
| Dispose | |
| DisposeAsync | |
| FetchRooms | Fetch the available rooms in the coherence Cloud. |
| FetchRoomsAsync | Fetch the available rooms in the coherence Cloud asynchronously. |
| GetCreateRoomCooldown | |
| GetFetchRoomsCooldown | |
| GetRemoveRoomCooldown | |
| MatchRoom | Match against a joinable room with the given options in the coherence Cloud. |
| MatchRoomAsync | Match a room with the given options in the coherence Cloud asynchronously. |
| RemoveRoom | Remove an existing room that you have created in the coherence Cloud. |
| RemoveRoomAsync | Remove an existing room that you have created in the coherence Cloud. |
| UnlistRoom | Unlist an existing room that you have created in the coherence Cloud. |
| UnlistRoomAsync | Unlist an existing room that you have created in the coherence Cloud. |