C# 클래스 Elders.Hystrix.NET.HystrixRequestLog

Log of HystrixCommand executions and events during the current request.
파일 보기 프로젝트 열기: Elders/Hystrix.NET

공개 메소드들

메소드 설명
GetCurrentRequest ( ) : HystrixRequestLog
GetCurrentRequest ( IHystrixConcurrencyStrategy concurrencyStrategy ) : HystrixRequestLog
GetExecutedCommandsAsString ( ) : string

비공개 메소드들

메소드 설명
AddExecutedCommand ( HystrixCommand command ) : void
HystrixRequestLog ( ) : System

메소드 상세

GetCurrentRequest() 공개 정적인 메소드

public static GetCurrentRequest ( ) : HystrixRequestLog
리턴 HystrixRequestLog

GetCurrentRequest() 공개 정적인 메소드

public static GetCurrentRequest ( IHystrixConcurrencyStrategy concurrencyStrategy ) : HystrixRequestLog
concurrencyStrategy IHystrixConcurrencyStrategy
리턴 HystrixRequestLog

GetExecutedCommandsAsString() 공개 메소드

public GetExecutedCommandsAsString ( ) : string
리턴 string