C# Class m.Http.Metrics.Endpoints.HandlerTime

Afficher le fichier Open project: joongonn/mHttp

Méthodes publiques

Méthode Description
GetTimes ( ) : float[]
HandlerTime ( int size ) : System.Collections.Generic
Update ( IEnumerable logs ) : void

Method Details

GetTimes() public méthode

public GetTimes ( ) : float[]
Résultat float[]

HandlerTime() public méthode

public HandlerTime ( int size ) : System.Collections.Generic
size int
Résultat System.Collections.Generic

Update() public méthode

public Update ( IEnumerable logs ) : void
logs IEnumerable
Résultat void