Interface IMultiplayAllocationInfo
Interface for MultiplayAllocation information MultiplayAllocation and MultiplayDeallocation can both be handled via this interface.
Namespace: Unity.Services.Multiplay
Assembly: Unity.Services.Multiplayer.Multiplay.dll
Syntax
public interface IMultiplayAllocationInfo
Properties
AllocationId
The ID for the allocation.
Declaration
string AllocationId { get; }
Property Value
Type | Description |
---|---|
string |
EventId
The event ID for the allocation.
Declaration
string EventId { get; }
Property Value
Type | Description |
---|---|
string |
ServerId
The server ID for the allocation.
Declaration
long ServerId { get; }
Property Value
Type | Description |
---|---|
long |