Show / Hide Table of Contents

Class StatsdLogMessage

Inheritance
System.Object
StatsdLogMessage
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.Exceptions
Assembly:cs.temp.dll.dll
Syntax
public class StatsdLogMessage

Constructors

| Improve this Doc

StatsdLogMessage(String, EventType)

Declaration
public StatsdLogMessage(string message, EventType weight)
Parameters
Type Name Description
System.String message
EventType weight

Properties

| Improve this Doc

Message

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

Weight

Declaration
public EventType Weight { get; set; }
Property Value
Type Description
EventType
  • Improve this Doc
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX