v1.0.0
Latest
2022.3+
Interface IMultiplayAllocation
Represents an allocation for a Game Server Hosting server.
Namespace: Unity.Services.Multiplayer
Syntax
public interface IMultiplayAllocation
Properties
EventId
The event ID for the allocation.
Declaration
string EventId { get; }
Property Value
Type | Description |
---|---|
System.String |
ID
The ID for the allocation.
Declaration
string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
ServerId
The server ID for the allocation.
Declaration
long ServerId { get; }
Property Value
Type | Description |
---|---|
System.Int64 |