| TestUtilAppendMessage Method (Event, SchemaElementDefinition) |
Namespace:
Bloomberglp.Blpapi.Test
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntaxpublic static IMessageFormatter AppendMessage(
Event event,
SchemaElementDefinition elementDefinition
)
Public Shared Function AppendMessage (
event As Event,
elementDefinition As SchemaElementDefinition
) As IMessageFormatter
public:
static IMessageFormatter^ AppendMessage(
Event^ event,
SchemaElementDefinition^ elementDefinition
)
static member AppendMessage :
event : Event *
elementDefinition : SchemaElementDefinition -> IMessageFormatter
Parameters
- event
- Type: Bloomberglp.BlpapiEvent
Must be a test Event created from
CreateEvent(EventEventType).
- elementDefinition
- Type: Bloomberglp.BlpapiSchemaElementDefinition
Provides a schema to be used for verifying and encoding the
contents of the message.
Return Value
Type:
IMessageFormatter
Returns a
IMessageFormatter that can be used
to format the message that was appended.
See Also