Click or drag to resize
EventFormatterAppendResponse Method
Overload List
  NameDescription
Public methodAppendResponse(String)
Appends a (empty) response message of the specified 'messageType' that will be sent in response to previously received operation request. After a message has been appended its elements can be set using the various 'SetElement' methods. Only one response can be appended to an event.
Public methodAppendResponse(Name)
Appends a (empty) response message of the specified 'name' that will be sent in response to previously received operation request. After a message has been appended its elements can be set using the various 'SetElement' methods. Only one response can be appended to an event.
Top
See Also