C# 클래스 MindTouch.Clacks.Server.Sync.SyncCommandRepository

상속: ISyncCommandDispatcher
파일 보기 프로젝트 열기: MindTouch/MindTouch.Clacks 1 사용 예제들

공개 메소드들

메소드 설명
AddCommand ( string command, IResponse>.Func handler, DataExpectation dataExpectation ) : void
AddCommand ( string command, Func handler, DataExpectation dataExpectation ) : void
Default ( IResponse>.Func handler ) : void
Disconnect ( string command, IResponse>.Func handler ) : void
Error ( Func handler ) : void
GetHandler ( IPEndPoint client, string commandArgs ) : ISyncCommandHandler

비공개 메소드들

메소드 설명
BuildDisconnectHandler ( ) : ISyncCommandHandler

메소드 상세

AddCommand() 공개 메소드

public AddCommand ( string command, IResponse>.Func handler, DataExpectation dataExpectation ) : void
command string
handler IResponse>.Func
dataExpectation DataExpectation
리턴 void

AddCommand() 공개 메소드

public AddCommand ( string command, Func handler, DataExpectation dataExpectation ) : void
command string
handler Func
dataExpectation DataExpectation
리턴 void

Default() 공개 메소드

public Default ( IResponse>.Func handler ) : void
handler IResponse>.Func
리턴 void

Disconnect() 공개 메소드

public Disconnect ( string command, IResponse>.Func handler ) : void
command string
handler IResponse>.Func
리턴 void

Error() 공개 메소드

public Error ( Func handler ) : void
handler Func
리턴 void

GetHandler() 공개 메소드

public GetHandler ( IPEndPoint client, string commandArgs ) : ISyncCommandHandler
client System.Net.IPEndPoint
commandArgs string
리턴 ISyncCommandHandler