C# 클래스 m.Http.Metrics.Endpoints.HandlerTime

파일 보기 프로젝트 열기: joongonn/mHttp

공개 메소드들

메소드 설명
GetTimes ( ) : float[]
HandlerTime ( int size ) : System.Collections.Generic
Update ( IEnumerable logs ) : void

메소드 상세

GetTimes() 공개 메소드

public GetTimes ( ) : float[]
리턴 float[]

HandlerTime() 공개 메소드

public HandlerTime ( int size ) : System.Collections.Generic
size int
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( IEnumerable logs ) : void
logs IEnumerable
리턴 void