This is called by the broker when the first usage of the factory is about to happen.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual void Start()
public virtual void Start()
Public Overridable Sub Start
Public Overridable Sub Start
public:
virtual void Start()
public:
virtual void Start()
abstract Start : unit -> unit
override Start : unit -> unit
abstract Start : unit -> unit
override Start : unit -> unit
Normally, this will occur when the first node usong the connector is created.
Throwing an exception will fail the creation of the flow causing the start request.