C# Class IndieAPI.Server.UserManagement.User

Afficher le fichier Open project: SyncZone/IndieAPI Class Usage Examples

Méthodes publiques

Méthode Description
LoadFromDB ( System.Action actionOnComplete ) : void
Logout ( ) : void
SendPacket ( StreamBuffer buffer, Action onSent = null ) : void
User ( Int32 userNo ) : System

Method Details

LoadFromDB() public méthode

public LoadFromDB ( System.Action actionOnComplete ) : void
actionOnComplete System.Action
Résultat void

Logout() public méthode

public Logout ( ) : void
Résultat void

SendPacket() public méthode

public SendPacket ( StreamBuffer buffer, Action onSent = null ) : void
buffer StreamBuffer
onSent Action
Résultat void

User() public méthode

public User ( Int32 userNo ) : System
userNo System.Int32
Résultat System