C# Class MindTouch.Clacks.Server.Sync.SyncCommandRepository

Inheritance: ISyncCommandDispatcher
Afficher le fichier Open project: MindTouch/MindTouch.Clacks Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
BuildDisconnectHandler ( ) : ISyncCommandHandler

Method Details

AddCommand() public méthode

public AddCommand ( string command, IResponse>.Func handler, DataExpectation dataExpectation ) : void
command string
handler IResponse>.Func
dataExpectation DataExpectation
Résultat void

AddCommand() public méthode

public AddCommand ( string command, Func handler, DataExpectation dataExpectation ) : void
command string
handler Func
dataExpectation DataExpectation
Résultat void

Default() public méthode

public Default ( IResponse>.Func handler ) : void
handler IResponse>.Func
Résultat void

Disconnect() public méthode

public Disconnect ( string command, IResponse>.Func handler ) : void
command string
handler IResponse>.Func
Résultat void

Error() public méthode

public Error ( Func handler ) : void
handler Func
Résultat void

GetHandler() public méthode

public GetHandler ( IPEndPoint client, string commandArgs ) : ISyncCommandHandler
client System.Net.IPEndPoint
commandArgs string
Résultat ISyncCommandHandler