Table of Contents

IsDisposed

Properties
public bool IsDisposed { get; }

If the current LobbySession is disposed, it means that you're no longer part of this Lobby and this instance cannot be reused. Attempting to use any Endpoint while disposed will throw an exception.

Property Value
Type Description
bool