NBEvent BuildProperties Method IBM Integration Bus
This is called by the broker when the additional information on found in the record is required.

Namespace: IBM.Broker.Plugin.Connector
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public virtual Dictionary<string, string> BuildProperties()

Return Value

Type: OnlineDictionary OnlineString, OnlineString 
A dictionary of key values for adding data into the LocalEnvironment.
Remarks

The returned properties is used to construct the local environment part of the message. If an Exception is thrown then the processing of the result will fail. The keys and values in the returned dictionary will become Name or NameValue elements under the DotNet.Input folder in the LocalEnvironment. If the key has multiple parts, separated by “/” characters (such as "a/b/c") then a tree will be constructed for each element between the "/" characters.
See Also