C# Класс Graphite.GraphiteTcpClient

Наследование: IGraphiteClient, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void
GraphiteTcpClient ( string hostname, int port = 2003, string keyPrefix = null ) : System
Send ( string path, int value, System.DateTime timeStamp ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GraphiteTcpClient() публичный Метод

public GraphiteTcpClient ( string hostname, int port = 2003, string keyPrefix = null ) : System
hostname string
port int
keyPrefix string
Результат System

Send() публичный Метод

public Send ( string path, int value, System.DateTime timeStamp ) : void
path string
value int
timeStamp System.DateTime
Результат void