Click or drag to resize
EventFormatterAppendMessage Method
Overload List
  NameDescription
Public methodAppendMessage(String, Topic) Obsolete.
Appends a (empty) message of the specified 'messageType' that will be published under the specified 'topic' to the event referenced by this EventFormatter. After a message has been appended its elements can be set using the various 'SetElement' methods. Deprecated, use AppendMessage(Name, Topic) instead.
Public methodAppendMessage(Name, Topic)
Appends a (empty) message of the specified 'messageType' that will be published under the specified 'topic' to the event referenced by this EventFormatter. After a message has been appended its elements can be set using the various 'SetElement' methods.
Public methodAppendMessage(String, Topic, NullableInt32) Obsolete.
Appends a (empty) message of the specified 'messageType' that will be published under the specified 'topic' with the specified 'sequenceNumber' to the event referenced by this EventFormatter. After a message has been appended its elements can be set using the various 'SetElement' methods. The behavior is undefined unless the 'sequenceNumber' is greater (unless the value wrapped) than the last value used in any previous message on this 'topic'. Deprecated, use AppendMessage(Name, Topic, NullableInt32) instead.
Public methodAppendMessage(Name, Topic, NullableInt32)
Appends a (empty) message of the specified 'messageType' that will be published under the specified 'topic' with the specified 'sequenceNumber' to the event referenced by this EventFormatter. After a message has been appended its elements can be set using the various 'SetElement' methods. The behavior is undefined unless the 'sequenceNumber' is greater (unless the value wrapped) than the last value used in any previous message on this 'topic'.
Top
See Also