Interface IMultiplayAllocation
Represents an allocation for a Game Server Hosting allocation.
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.Server.dll
Syntax
[Obsolete("The Multiplay service will cease to operate on March 31st 2026 - For alternative hosting providers, please update to com.unity.services.multiplayer 2.1")]
public interface IMultiplayAllocation
Remarks
The Multiplay service will cease to operate on March 31st 2026 - For alternative hosting providers, please update to com.unity.services.multiplayer 2.1
Properties
EventId
The event ID for the allocation.
Declaration
string EventId { get; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
ID
The ID for the allocation.
Declaration
string ID { get; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
ServerId
The server ID for the allocation.
Declaration
long ServerId { get; }
Property Value
| Type | Description |
|---|---|
| long |