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