WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
FindOrCreate Method (type)
NamespacesIBM.Broker.PluginNBElementFindOrCreate(Int32)
SUMMARY
The FindOrCreate method returns the NBElement with the given Type. If the NBElement is not found then it is created.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement FindOrCreate(
	int type
)
Public Function FindOrCreate ( _
	type As Integer _
) As NBElement
public:
NBElement^ FindOrCreate(
	int type
)
member FindOrCreate : 
        type:int -> NBElement 
Parameters
type (Int32)
The type of the child.
Return Value
The exising or the new element.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0