C# 클래스 NetWrok.Location

상속: SubAPI
파일 보기 프로젝트 열기: simonwittber/netwrok-client 1 사용 예제들

공개 메소드들

메소드 설명
Enter ( int member_id ) : void
Exit ( ) : void
GetMembers ( ) : Request
GetObject ( string key ) : Request
GetObjectKeys ( ) : Request
Send ( string msg ) : void
SetObject ( string key, object value ) : void

메소드 상세

Enter() 공개 메소드

public Enter ( int member_id ) : void
member_id int
리턴 void

Exit() 공개 메소드

public Exit ( ) : void
리턴 void

GetMembers() 공개 메소드

public GetMembers ( ) : Request
리턴 Request

GetObject() 공개 메소드

public GetObject ( string key ) : Request
key string
리턴 Request

GetObjectKeys() 공개 메소드

public GetObjectKeys ( ) : Request
리턴 Request

Send() 공개 메소드

public Send ( string msg ) : void
msg string
리턴 void

SetObject() 공개 메소드

public SetObject ( string key, object value ) : void
key string
value object
리턴 void