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

Inheritance: IClientHandlerFactory
Exibir arquivo Open project: MindTouch/MindTouch.Clacks

Public Methods

Method Description
Create ( System.Guid clientId, Socket socket, IClacksInstrumentation instrumentation, Action removeHandler ) : IClientHandler
SyncClientHandlerFactory ( ISyncCommandDispatcher dispatcher ) : System

Method Details

Create() public method

public Create ( System.Guid clientId, Socket socket, IClacksInstrumentation instrumentation, Action removeHandler ) : IClientHandler
clientId System.Guid
socket System.Net.Sockets.Socket
instrumentation IClacksInstrumentation
removeHandler Action
return IClientHandler

SyncClientHandlerFactory() public method

public SyncClientHandlerFactory ( ISyncCommandDispatcher dispatcher ) : System
dispatcher ISyncCommandDispatcher
return System