Show / Hide Table of Contents

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 Doc

OnExceptionGenerated

Declaration
public Action<Exception> OnExceptionGenerated
Field Value
Type Description
System.Action<T><System.Exception>
| Improve this Doc

OnLogEventGenerated

Declaration
public Action<StatsdLogMessage> OnLogEventGenerated
Field Value
Type Description
System.Action<T><StatsdLogMessage>

Properties

| Improve this Doc

BufferMetrics

Declaration
public bool BufferMetrics { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc

BufferSize

Declaration
public int BufferSize { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc

HostOrIp

Declaration
public string HostOrIp { get; set; }
Property Value
Type Description
System.String
| Improve this Doc

Port

Declaration
public int Port { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc

Prefix

Declaration
public string Prefix { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX