NBConnectorFactory WorkDirectory Property IBM Integration Bus
The working directory of the container running the connectors. This can be used to store data by connectors owned by this factory. The data stored is kept until the broker is deleted.

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

public string WorkDirectory { get; }

Property Value

Type: OnlineString
The working directory.
See Also