C# Class MindTouch.Clacks.Server.BaseClacksInstrumentation

Inheritance: IClacksInstrumentation
ファイルを表示 Open project: MindTouch/MindTouch.Clacks

Public Properties

Property Type Description
Instance IClacksInstrumentation

Public Methods

Method Description
AwaitingCommand ( System.Guid clientId, ulong requestId ) : void
ClientConnected ( System.Guid clientId, IPEndPoint remoteEndPoint ) : void
ClientDisconnected ( System.Guid clientId ) : void
CommandCompleted ( StatsCommandInfo info ) : void
ProcessedCommand ( StatsCommandInfo statsCommandInfo ) : void
ReceivedCommand ( StatsCommandInfo statsCommandInfo ) : void
ReceivedCommandPayload ( StatsCommandInfo statsCommandInfo ) : void

Private Methods

Method Description
BaseClacksInstrumentation ( ) : System

Method Details

AwaitingCommand() public method

public AwaitingCommand ( System.Guid clientId, ulong requestId ) : void
clientId System.Guid
requestId ulong
return void

ClientConnected() public method

public ClientConnected ( System.Guid clientId, IPEndPoint remoteEndPoint ) : void
clientId System.Guid
remoteEndPoint System.Net.IPEndPoint
return void

ClientDisconnected() public method

public ClientDisconnected ( System.Guid clientId ) : void
clientId System.Guid
return void

CommandCompleted() public method

public CommandCompleted ( StatsCommandInfo info ) : void
info StatsCommandInfo
return void

ProcessedCommand() public method

public ProcessedCommand ( StatsCommandInfo statsCommandInfo ) : void
statsCommandInfo StatsCommandInfo
return void

ReceivedCommand() public method

public ReceivedCommand ( StatsCommandInfo statsCommandInfo ) : void
statsCommandInfo StatsCommandInfo
return void

ReceivedCommandPayload() public method

public ReceivedCommandPayload ( StatsCommandInfo statsCommandInfo ) : void
statsCommandInfo StatsCommandInfo
return void

Property Details

Instance public_oe static_oe property

public static IClacksInstrumentation Instance
return IClacksInstrumentation