Interface IMultiplayAllocationInfo
Interface for Multiplay allocation's information. Both MultiplayAllocation and MultiplayDeallocation can be handled via this interface.
Namespace: Unity.Services.Multiplay
Assembly: Unity.Services.Multiplayer.Multiplay.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 IMultiplayAllocationInfo
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
AllocationId
The ID for the allocation.
Declaration
string AllocationId { get; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
EventId
The event ID for the allocation.
Declaration
string EventId { get; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
ServerId
The server ID for the allocation.
Declaration
long ServerId { get; }
Property Value
| Type | Description |
|---|---|
| long |