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