C# Class IndieAPI.Server.UserManagement.User

ファイルを表示 Open project: SyncZone/IndieAPI Class Usage Examples

Public Methods

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

Method Details

LoadFromDB() public method

public LoadFromDB ( System.Action actionOnComplete ) : void
actionOnComplete System.Action
return void

Logout() public method

public Logout ( ) : void
return void

SendPacket() public method

public SendPacket ( StreamBuffer buffer, Action onSent = null ) : void
buffer StreamBuffer
onSent Action
return void

User() public method

public User ( Int32 userNo ) : System
userNo System.Int32
return System