C# 클래스 OpenStory.Server.Auth.AccountSession

Simple implementation of IAccountSession
상속: IAccountSession
파일 보기 프로젝트 열기: shoftee/OpenStory 1 사용 예제들

공개 메소드들

메소드 설명
AccountSession ( IAccountService service, int sessionId, Account data ) : System

Initializes a new instance of the AccountSession class.

Dispose ( ) : void
TryKeepAlive ( System.TimeSpan &lag ) : bool

메소드 상세

AccountSession() 공개 메소드

Initializes a new instance of the AccountSession class.
public AccountSession ( IAccountService service, int sessionId, Account data ) : System
service IAccountService The managing this session.
sessionId int The session identifier.
data OpenStory.Framework.Model.Common.Account The loaded session data.
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

TryKeepAlive() 공개 메소드

public TryKeepAlive ( System.TimeSpan &lag ) : bool
lag System.TimeSpan
리턴 bool