FlatMessage Methods | Table of Content | Add Method (Int32, ArraySegment(Byte)) |
FlatMessage.Add Method |
Name | Description | |
---|---|---|
Add(Int32, ArraySegment<Byte>) | Adds the tag/value pair to the end of the message. | |
Add(Int32, Boolean) | Adds the tag/value pair to the end of the message. | |
Add(Int32, Byte[]) | Adds the tag/value pair to the end of the message. | |
Add(Int32, Char) | Adds the tag/value pair to the end of the message. | |
Add(Int32, DateTime) | Adds the tag/value pair to the end of the message. | |
Add(Int32, Decimal) | Adds the tag/value pair to the end of the message. | |
Add(Int32, Double) | Adds the tag/value pair to the end of the message. | |
Add(Int32, Int32) | Adds the tag/value pair to the end of the message. | |
Add(Int32, Int64) | Adds the tag/value pair to the end of the message. | |
Add(Int32, String) | Adds the tag/value pair to the end of the message. | |
Add(Int32, StringBuilder) | Adds tag/value pair from the given StringBuilder instance to the end of the message. | |
Add(Int32, TimeSpan) | Adds the tag/value pair to the end of the message. | |
Add(Int32, HighResolutionTimeSpan, TimeSpanFormat) | Adds the tag/value pair with the given format to the end of the message. | |
Add(Int32, HighResolutionTimestamp, TimestampFormat) | Adds the tag/value pair with the given format to the end of the message. | |
Add(Int32, DateTime, TimestampFormat) | Adds the tag/value pair with the given format to the end of the message. | |
Add(Int32, TimeSpan, TimeSpanFormat) | Adds the tag/value pair with the given format to the end of the message. |