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

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