C# 클래스 MindTouch.Clacks.Server.Async.AsyncMultiCommandHandler

상속: IAsyncCommandHandler
파일 보기 프로젝트 열기: MindTouch/MindTouch.Clacks

공개 메소드들

메소드 설명
AcceptData ( byte chunk ) : void
AsyncMultiCommandHandler ( IPEndPoint client, string command, string arguments, int dataLength, Action>.Action handler, Action errorHandler ) : System
Dispose ( ) : void
GetResponse ( Action>.Action responseCallback ) : void

메소드 상세

AcceptData() 공개 메소드

public AcceptData ( byte chunk ) : void
chunk byte
리턴 void

AsyncMultiCommandHandler() 공개 메소드

public AsyncMultiCommandHandler ( IPEndPoint client, string command, string arguments, int dataLength, Action>.Action handler, Action errorHandler ) : System
client System.Net.IPEndPoint
command string
arguments string
dataLength int
handler Action>.Action
errorHandler Action
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetResponse() 공개 메소드

public GetResponse ( Action>.Action responseCallback ) : void
responseCallback Action>.Action
리턴 void