This is called by the broker to see if additional information found in the record is required.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual Dictionary<string, string> BuildProperties()
public virtual Dictionary<string, string> BuildProperties()
Public Overridable Function BuildProperties As Dictionary(Of String, String)
Public Overridable Function BuildProperties As Dictionary(Of String, String)
public:
virtual Dictionary<String^, String^>^ BuildProperties()
public:
virtual Dictionary<String^, String^>^ BuildProperties()
abstract BuildProperties : unit -> Dictionary<string, string>
override BuildProperties : unit -> Dictionary<string, string>
abstract BuildProperties : unit -> Dictionary<string, string>
override BuildProperties : unit -> Dictionary<string, string>
Return Value
Type:
Dictionary
String,
String A dictionary of key values for adding data into the LocalEnvironment.
The returned properties are 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.