C# Class Graphite.StatsD.InvocationReporter

Inheritance: IInvocationReporter
显示文件 Open project: ragnard/Graphite.NET

Public Methods

Method Description
InvocationReporter ( StatsDClient statsDClient ) : Graphite.WCF
Report ( string path, long duration ) : void

Method Details

InvocationReporter() public method

public InvocationReporter ( StatsDClient statsDClient ) : Graphite.WCF
statsDClient StatsDClient
return Graphite.WCF

Report() public method

public Report ( string path, long duration ) : void
path string
duration long
return void