WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
FindOrCreate Method (type, space, name)
NamespacesIBM.Broker.PluginNBElementFindOrCreate(Int32, String, String)
SUMMARY
The FindOrCreate method returns the NBElement with the given Type, Namespace and Index. If the NBElement is not found then it is created.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement FindOrCreate(
	int type,
	string space,
	string name
)
Public Function FindOrCreate ( _
	type As Integer, _
	space As String, _
	name As String _
) As NBElement
public:
NBElement^ FindOrCreate(
	int type, 
	String^ space, 
	String^ name
)
member FindOrCreate : 
        type:int * 
        space:string * 
        name:string -> NBElement 
Parameters
type (Int32)
The type of the child.
space (String)
The space of the child.
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