Class PlayerSession
Player Session Table of Applcation Database.
應用程式數據庳的使用者場節表格。
Inheritance
System.Object
PlayerSession
Namespace: Votanic.vNet.Database
Assembly: Votanic.vNet.dll
Syntax
public class PlayerSession
Properties
PlayerID
Player identifier.
玩家識別碼。
Declaration
[Preserve]
public int PlayerID { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
PlayerSessionID
Player Session unique ID.
玩家場節唯一識別碼。
Declaration
[Preserve]
public int PlayerSessionID { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
SessionID
Session identifier.
場節識別碼。
Declaration
[Preserve]
public int SessionID { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
UserID
User identifier.
使用者識別碼。
Declaration
[Preserve]
public int UserID { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |