Class GameSessionRequests.DeleteGameSessionRequest
Delete game session
Namespace: Unity.PSN.PS5.Sessions
Syntax
public class DeleteGameSessionRequest : Request
Properties
SessionId
Game Session ID
Declaration
public string SessionId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
UserId
User ID
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()