RealTimeBaseTable Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
| Overload | Description |
|---|---|
| RealTimeBaseTable Constructor(RealTimeBaseTable) | Default constructor. If an instance of the wrapped object isn't provided, it is instantiated with the default constructor. |
| RealTimeBaseTable Constructor(String) | Constructor that will immediately bind to the given table by name. |
| RealTimeBaseTable Constructor(Int32) | Constructor that will immediately bind to the given table number. |
| RealTimeBaseTable Constructor(Boolean) | Constructor that will optionally create the wrapped object. If this is called with false you MUST set the wrapped object before calling any other methods. Not for general use (called from RealTimeSetTable constructor). |