WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
CreateBefore Method (name)
NamespacesIBM.Broker.PluginNBElementCreateBefore(String)
SUMMARY
The CreateBefore method creates as the previous sibling a new NBElement with the given Name.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement CreateBefore(
	string name
)
Public Function CreateBefore ( _
	name As String _
) As NBElement
public:
NBElement^ CreateBefore(
	String^ name
)
member CreateBefore : 
        name:string -> NBElement 
Parameters
name (String)
The name of the element to be created.
Return Value
The NBElement which is created.

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