Class StatsdOptions
Inheritance
System.Object
StatsdOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:StatsN
Assembly:cs.temp.dll.dll
Syntax
public class StatsdOptions
Fields
| Improve this DocOnExceptionGenerated
Declaration
public Action<Exception> OnExceptionGenerated
Field Value
Type | Description |
---|---|
System.Action<T><System.Exception> |
OnLogEventGenerated
Declaration
public Action<StatsdLogMessage> OnLogEventGenerated
Field Value
Type | Description |
---|---|
System.Action<T><StatsdLogMessage> |
Properties
| Improve this DocBufferMetrics
Declaration
public bool BufferMetrics { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BufferSize
Declaration
public int BufferSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HostOrIp
Declaration
public string HostOrIp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Port
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Prefix
Declaration
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |