NBElement FindOrCreate Method (Int32, String, String)IBM Integration Bus
The FindOrCreate method returns the NBElement with the given Type, Namespace and Index. If the NBElement is not found then it is created.

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

public NBElement FindOrCreate(
	int type,
	string space,
	string name
)

Return Value

Type: NBElement
The existing or the new element.
See Also