C# 클래스 Abstractions.Pipes.PipeServer

상속: Pipe
파일 보기 프로젝트 열기: MutonUfoAI/pgina 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FakeClientToWakeEmAndShakem void
ServerThread void
StartServerThreads void
StopServerThreads void

공개 메소드들

메소드 설명
PipeServer ( string name, int maxClients, Func action ) : System
PipeServer ( string name, int maxClients, object>.Func action ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
FakeClientToWakeEmAndShakem ( ) : void
ServerThread ( ) : void
StartServerThreads ( ) : void
StopServerThreads ( ) : void

메소드 상세

PipeServer() 공개 메소드

public PipeServer ( string name, int maxClients, Func action ) : System
name string
maxClients int
action Func
리턴 System

PipeServer() 공개 메소드

public PipeServer ( string name, int maxClients, object>.Func action ) : System
name string
maxClients int
action object>.Func
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void