Class CloudRoomsServiceCoroutineExtensions
- Namespace
- Coherence.Cloud.Coroutines
- Assembly
- Coherence.Runtime.dll
public static class CloudRoomsServiceCoroutineExtensions
- Inheritance
-
CloudRoomsServiceCoroutineExtensions
Methods
WaitForCreateRoom(CloudRoomsService, RoomCreationOptions)
public static WaitForRequestResponse<RoomData> WaitForCreateRoom(this CloudRoomsService cloudRoomsService, RoomCreationOptions roomCreationOptions)
Parameters
cloudRoomsService
CloudRoomsServiceroomCreationOptions
RoomCreationOptions
Returns
WaitForFetchRooms(CloudRoomsService, string[])
public static WaitForRequestResponse<IReadOnlyList<RoomData>> WaitForFetchRooms(this CloudRoomsService cloudRoomsService, string[] tags = null)
Parameters
cloudRoomsService
CloudRoomsServicetags
string[]
Returns
WaitForRemoveRoom(CloudRoomsService, ulong, string)
public static WaitForRequestResponse<string> WaitForRemoveRoom(this CloudRoomsService cloudRoomsService, ulong uniqueID, string secret)
Parameters
cloudRoomsService
CloudRoomsServiceuniqueID
ulongsecret
string