WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
CreateLastChild Method (type)
NamespacesIBM.Broker.PluginNBElementCreateLastChild(Int32)
SUMMARY
The CreateLastChild method creates as the last child a new NBElement with the given Type.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement CreateLastChild(
	int type
)
Public Function CreateLastChild ( _
	type As Integer _
) As NBElement
public:
NBElement^ CreateLastChild(
	int type
)
member CreateLastChild : 
        type:int -> NBElement 
Parameters
type (Int32)
The type 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