docs.unity3d.com
    Show / Hide Table of Contents

    Class UserSystem.RemoveUserRequest

    Remove a user from the system. This should be called when a user logs off.

    Inheritance
    Object
    Request
    UserSystem.RemoveUserRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    Namespace: Unity.PSN.PS5.Users
    Syntax
    public class RemoveUserRequest : Request
    Remarks

    This should be called once the user is no longer required and all of their internal data can be released

    Properties

    UserId

    User id

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    Run()

    Declaration
    protected override void Run()
    Overrides
    Request.Run()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020