C# Class SqlToGraphite.GraphiteUdpClient

Inheritance: SqlToGraphiteInterfaces.Client
Exibir arquivo Open project: perryofpeek/SqlToGraphite-core

Private Properties

Property Type Description

Public Methods

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

Method Details

GraphiteUdpClient() public method

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

GraphiteUdpClient() public method

public GraphiteUdpClient ( 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