Class UserSystem.RemoveUserRequest
Remove a user from the system. This should be called when a user logs off.
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()