C# 클래스 GameServer.Tests.MockClient

상속: IUserEventObserver
파일 보기 프로젝트 열기: SaladLab/TicTacToe 1 사용 예제들

공개 메소드들

메소드 설명
LoginAsync ( string id, string password ) : Task
MockClient ( ClusterNodeContext clusterContex ) : System
PrepareUserAsync ( string id, string password, string userName = null ) : Task

비공개 메소드들

메소드 설명
CreateInitialActor ( IActorContext context ) : Tuple[]
IUserEventObserver ( TrackableUserContextTracker userContextTracker ) : void

메소드 상세

LoginAsync() 공개 메소드

public LoginAsync ( string id, string password ) : Task
id string
password string
리턴 Task

MockClient() 공개 메소드

public MockClient ( ClusterNodeContext clusterContex ) : System
clusterContex ClusterNodeContext
리턴 System

PrepareUserAsync() 공개 메소드

public PrepareUserAsync ( string id, string password, string userName = null ) : Task
id string
password string
userName string
리턴 Task