Table of Contents

Dispose

Methods
public void Dispose()

Releases all resources owned by this CloudService, including the cloud services it exposes (Worlds, Rooms, Lobbies, GameServers, CloudStorage).

Remarks

Only dispose an instance you own. You own it if you created it yourself via ForClient(IRuntimeSettings) and did not hand ownership to anything else.

Do not call this on an instance you obtained from another object: Services and the toolkit's CoherenceBridge.CloudService are owned and disposed by the player account / bridge respectively. Disposing such a borrowed instance tears down services that its owner is still using.