NBInputConnector Start Method IBM Integration Bus
Start is called when the node using the connector is ready to start receiving data.

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

public virtual void Start()
Remarks

Any initializition of connections to the end system should be done at this step.

If an Exception is thrown then the error is reported to the Event Log and start is called again after a short wait.

See Also