Table of Contents

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 CloudRoomsService
roomCreationOptions RoomCreationOptions

Returns

WaitForRequestResponse<RoomData>

WaitForFetchRooms(CloudRoomsService, string[])

public static WaitForRequestResponse<IReadOnlyList<RoomData>> WaitForFetchRooms(this CloudRoomsService cloudRoomsService, string[] tags = null)

Parameters

cloudRoomsService CloudRoomsService
tags string[]

Returns

WaitForRequestResponse<IReadOnlyList<RoomData>>

WaitForRemoveRoom(CloudRoomsService, ulong, string)

public static WaitForRequestResponse<string> WaitForRemoveRoom(this CloudRoomsService cloudRoomsService, ulong uniqueID, string secret)

Parameters

cloudRoomsService CloudRoomsService
uniqueID ulong
secret string

Returns

WaitForRequestResponse<string>