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