Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
StatsdClient
Senders
BatchSender
C# Class StatsdClient.Senders.BatchSender
Inheritance:
ISender
Mostrar archivo
Open project: Kyle2123/statsd-csharp-client
Class Usage Examples
Public Methods
Method
Description
BatchSender
( ) :
System
Flush
( ) :
void
Send
(
Metric
metric
) :
void
Method Details
BatchSender()
public
method
public
BatchSender
( ) :
System
return
System
Flush()
public
method
public
Flush
( ) :
void
return
void
Send()
public
method
public
Send
(
Metric
metric
) :
void
metric
StatsdClient.MetricTypes.Metric
return
void