C# Class SqlToGraphite.GraphiteClients

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

Public Methods

Method Description
Add ( string name, string port ) : void
Get ( string name ) : GraphiteClient
GraphiteClients ( ) : System.Collections.Generic

Method Details

Add() public method

public Add ( string name, string port ) : void
name string
port string
return void

Get() public method

public Get ( string name ) : GraphiteClient
name string
return GraphiteClient

GraphiteClients() public method

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