forwardFlatMessage Methods   Table of ContentAdd Method (Int32, ArraySegment(Byte))forward
FlatMessage.Add Method
Overload List
  NameDescription
Public methodAdd(Int32, ArraySegment<Byte>)
Adds the tag/value pair to the end of the message.
Public methodAdd(Int32, Boolean)
Adds the tag/value pair to the end of the message.
Public methodAdd(Int32, Byte[])
Adds the tag/value pair to the end of the message.
Public methodAdd(Int32, Char)
Adds the tag/value pair to the end of the message.
Public methodAdd(Int32, DateTime)
Adds the tag/value pair to the end of the message.
Public methodAdd(Int32, Decimal)
Adds the tag/value pair to the end of the message.
Public methodAdd(Int32, Double)
Adds the tag/value pair to the end of the message.
Public methodAdd(Int32, Int32)
Adds the tag/value pair to the end of the message.
Public methodAdd(Int32, Int64)
Adds the tag/value pair to the end of the message.
Public methodAdd(Int32, String)
Adds the tag/value pair to the end of the message.
Public methodAdd(Int32, StringBuilder)
Adds tag/value pair from the given StringBuilder instance to the end of the message.
Public methodAdd(Int32, TimeSpan)
Adds the tag/value pair to the end of the message.
Public methodAdd(Int32, HighResolutionTimeSpan, TimeSpanFormat)
Adds the tag/value pair with the given format to the end of the message.
Public methodAdd(Int32, HighResolutionTimestamp, TimestampFormat)
Adds the tag/value pair with the given format to the end of the message.
Public methodAdd(Int32, DateTime, TimestampFormat)
Adds the tag/value pair with the given format to the end of the message.
Public methodAdd(Int32, TimeSpan, TimeSpanFormat)
Adds the tag/value pair with the given format to the end of the message.
Top
See Also