docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MultiplayDeallocation

    The multiplay deallocation for the server.

    Inheritance
    object
    MultiplayDeallocation
    Implements
    IMultiplayAllocationInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Multiplay
    Assembly: Unity.Services.Multiplayer.Multiplay.dll
    Syntax
    public class MultiplayDeallocation : IMultiplayAllocationInfo

    Constructors

    MultiplayDeallocation(string, long, string)

    Constructs a multiplay deallocation.

    Declaration
    public MultiplayDeallocation(string eventId, long serverId, string allocationId)
    Parameters
    Type Name Description
    string eventId

    The event ID for the deallocation.

    long serverId

    The server ID for the deallocation.

    string allocationId

    The ID for the deallocation.

    Properties

    AllocationId

    The ID for the allocation.

    Declaration
    public string AllocationId { get; }
    Property Value
    Type Description
    string

    EventId

    The event ID for the allocation.

    Declaration
    public string EventId { get; }
    Property Value
    Type Description
    string

    ServerId

    The server ID for the allocation.

    Declaration
    public long ServerId { get; }
    Property Value
    Type Description
    long

    Implements

    IMultiplayAllocationInfo
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)