C# Class MindTouch.Clacks.Server.Async.AsyncMultiCommandHandler

Inheritance: IAsyncCommandHandler
Afficher le fichier Open project: MindTouch/MindTouch.Clacks

Méthodes publiques

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

Method Details

AcceptData() public méthode

public AcceptData ( byte chunk ) : void
chunk byte
Résultat void

AsyncMultiCommandHandler() public méthode

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
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetResponse() public méthode

public GetResponse ( Action>.Action responseCallback ) : void
responseCallback Action>.Action
Résultat void