C# Class SqlToGraphite.GraphiteTcpClient

Inheritance: IStatsClient
ファイルを表示 Open project: perryofpeek/SqlToGraphite-core Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

GraphiteTcpClient() public method

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

GraphiteTcpClient() public method

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

Send() public method

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

Send() public method

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