Table of Contents

Class WorldsResolverClient

Namespace
Coherence.Runtime
Assembly
Coherence.Runtime.dll
[Obsolete("You should use the CloudService instance from CoherenceBridge to communicate with the coherence Cloud.")]
public class WorldsResolverClient : ResolverClient
Inheritance
WorldsResolverClient
Inherited Members

Constructors

WorldsResolverClient(IRequestFactory, AuthClient, IRuntimeSettings)

public WorldsResolverClient(IRequestFactory requestFactory, AuthClient authClient, IRuntimeSettings runtimeSettings)

Parameters

requestFactory IRequestFactory
authClient AuthClient
runtimeSettings IRuntimeSettings

Fields

localRegion

public readonly string localRegion

Field Value

string

Methods

FetchWorlds(string, string)

public Task<IReadOnlyList<WorldData>> FetchWorlds(string region = "", string simSlug = "")

Parameters

region string
simSlug string

Returns

Task<IReadOnlyList<WorldData>>

GetFetchWorldsCooldown()

public TimeSpan GetFetchWorldsCooldown()

Returns

TimeSpan

GetLocalWorld()

public WorldData GetLocalWorld()

Returns

WorldData