C# 클래스 ServerTalk, gert

상속: MarshalByRefObject
파일 보기 프로젝트 열기: mono/gert 1 사용 예제들

공개 메소드들

메소드 설명
InitializeLifetimeService ( ) : Object
RaiseHostToClient ( string UserID, string Message ) : void
RaiseHostToClient ( string UserID, string type, string Message ) : void
RaiseHostToClient ( string UserID, string type, string code, string Message ) : void
RegisterHostToClient ( string UserID, int SessionId, delCommsInfo htc ) : void
SendMessageToServer ( CommsInfo, Message ) : void
UnregisterHostToClient ( string UserID, int SessionId, delCommsInfo htc ) : void

메소드 상세

InitializeLifetimeService() 공개 메소드

public InitializeLifetimeService ( ) : Object
리턴 Object

RaiseHostToClient() 공개 정적인 메소드

public static RaiseHostToClient ( string UserID, string Message ) : void
UserID string
Message string
리턴 void

RaiseHostToClient() 공개 정적인 메소드

public static RaiseHostToClient ( string UserID, string type, string Message ) : void
UserID string
type string
Message string
리턴 void

RaiseHostToClient() 공개 정적인 메소드

public static RaiseHostToClient ( string UserID, string type, string code, string Message ) : void
UserID string
type string
code string
Message string
리턴 void

RegisterHostToClient() 공개 메소드

public RegisterHostToClient ( string UserID, int SessionId, delCommsInfo htc ) : void
UserID string
SessionId int
htc delCommsInfo
리턴 void

SendMessageToServer() 공개 메소드

public SendMessageToServer ( CommsInfo, Message ) : void
Message CommsInfo,
리턴 void

UnregisterHostToClient() 공개 메소드

public UnregisterHostToClient ( string UserID, int SessionId, delCommsInfo htc ) : void
UserID string
SessionId int
htc delCommsInfo
리턴 void