C# 클래스 Netric.Agent.EtwEventProcessingActor

Collects all profilee ETW events and wrap them up into one request statistics object
상속: ReceiveActor
파일 보기 프로젝트 열기: MaciekLesiczka/netric

공개 메소드들

메소드 설명
EtwEventProcessingActor ( IActorRef requestStatsConsumer ) : System

비공개 메소드들

메소드 설명
CreateRequestStats ( RequestBegin begin, RequestEnd end ) : Request
EnsureBeginUniqueCall ( RequestBegin args ) : void
OnMethodEnter ( MethodEnter args ) : void
OnMethodLeave ( MethodLeave args ) : void
OnRequestBegin ( RequestBegin args ) : void
OnRequestEnd ( RequestEnd args ) : void

메소드 상세

EtwEventProcessingActor() 공개 메소드

public EtwEventProcessingActor ( IActorRef requestStatsConsumer ) : System
requestStatsConsumer IActorRef
리턴 System