WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
CreateAfter Method (space, name)
NamespacesIBM.Broker.PluginNBElementCreateAfter(String, String)
SUMMARY
The CreateAfter method creates as the next sibling a new NBElement with the given Namespace and Name.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement CreateAfter(
	string space,
	string name
)
Public Function CreateAfter ( _
	space As String, _
	name As String _
) As NBElement
public:
NBElement^ CreateAfter(
	String^ space, 
	String^ name
)
member CreateAfter : 
        space:string * 
        name:string -> NBElement 
Parameters
space (String)
The space of the element to be created.
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