C# Class SqlToGraphite.StatsdClient

Inheritance: SqlToGraphiteInterfaces.Client
ファイルを表示 Open project: perryofpeek/SqlToGraphite-core

Private Properties

Property Type Description

Public Methods

Method Description
Send ( IList result ) : void
Send ( IResult result ) : void
StatsdClient ( ) : System.Collections.Generic
StatsdClient ( string hostname, int port ) : System.Collections.Generic

Method Details

Send() public method

public Send ( IList result ) : void
result IList
return void

Send() public method

public Send ( IResult result ) : void
result IResult
return void

StatsdClient() public method

public StatsdClient ( ) : System.Collections.Generic
return System.Collections.Generic

StatsdClient() public method

public StatsdClient ( string hostname, int port ) : System.Collections.Generic
hostname string
port int
return System.Collections.Generic