C# Class MindTouch.Clacks.Server.BaseClacksInstrumentation

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

Méthodes publiques

Свойство Type Description
Instance IClacksInstrumentation

Méthodes publiques

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

Méthode Description
BaseClacksInstrumentation ( ) : System

Method Details

AwaitingCommand() public méthode

public AwaitingCommand ( System.Guid clientId, ulong requestId ) : void
clientId System.Guid
requestId ulong
Résultat void

ClientConnected() public méthode

public ClientConnected ( System.Guid clientId, IPEndPoint remoteEndPoint ) : void
clientId System.Guid
remoteEndPoint System.Net.IPEndPoint
Résultat void

ClientDisconnected() public méthode

public ClientDisconnected ( System.Guid clientId ) : void
clientId System.Guid
Résultat void

CommandCompleted() public méthode

public CommandCompleted ( StatsCommandInfo info ) : void
info StatsCommandInfo
Résultat void

ProcessedCommand() public méthode

public ProcessedCommand ( StatsCommandInfo statsCommandInfo ) : void
statsCommandInfo StatsCommandInfo
Résultat void

ReceivedCommand() public méthode

public ReceivedCommand ( StatsCommandInfo statsCommandInfo ) : void
statsCommandInfo StatsCommandInfo
Résultat void

ReceivedCommandPayload() public méthode

public ReceivedCommandPayload ( StatsCommandInfo statsCommandInfo ) : void
statsCommandInfo StatsCommandInfo
Résultat void

Property Details

Instance public_oe static_oe property

public static IClacksInstrumentation Instance
Résultat IClacksInstrumentation