C# 클래스 MindTouch.Clacks.Server.BaseClacksInstrumentation

상속: IClacksInstrumentation
파일 보기 프로젝트 열기: MindTouch/MindTouch.Clacks

공개 프로퍼티들

프로퍼티 타입 설명
Instance IClacksInstrumentation

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
BaseClacksInstrumentation ( ) : System

메소드 상세

AwaitingCommand() 공개 메소드

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

ClientConnected() 공개 메소드

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

ClientDisconnected() 공개 메소드

public ClientDisconnected ( System.Guid clientId ) : void
clientId System.Guid
리턴 void

CommandCompleted() 공개 메소드

public CommandCompleted ( StatsCommandInfo info ) : void
info StatsCommandInfo
리턴 void

ProcessedCommand() 공개 메소드

public ProcessedCommand ( StatsCommandInfo statsCommandInfo ) : void
statsCommandInfo StatsCommandInfo
리턴 void

ReceivedCommand() 공개 메소드

public ReceivedCommand ( StatsCommandInfo statsCommandInfo ) : void
statsCommandInfo StatsCommandInfo
리턴 void

ReceivedCommandPayload() 공개 메소드

public ReceivedCommandPayload ( StatsCommandInfo statsCommandInfo ) : void
statsCommandInfo StatsCommandInfo
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static IClacksInstrumentation Instance
리턴 IClacksInstrumentation