The CreateLastChild method creates as the last child a new NBElement with the given type, Namespace, Name and Value.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBElement CreateLastChild(
int type,
string space,
string name,
Object value
)
public NBElement CreateLastChild(
int type,
string space,
string name,
Object value
)
Public Function CreateLastChild (
type As Integer,
space As String,
name As String,
value As Object
) As NBElement
Public Function CreateLastChild (
type As Integer,
space As String,
name As String,
value As Object
) As NBElement
public:
NBElement^ CreateLastChild(
int type,
String^ space,
String^ name,
Object^ value
)
public:
NBElement^ CreateLastChild(
int type,
String^ space,
String^ name,
Object^ value
)
member CreateLastChild :
type : int *
space : string *
name : string *
value : Object -> NBElement
member CreateLastChild :
type : int *
space : string *
name : string *
value : Object -> NBElement
Parameters
- type
- Type:
System Int32
The type of the element to be created.
- space
- Type:
System String
The space of the element to be created.
- name
- Type:
System String
The name of the element to be created.
- value
- Type:
System Object
The value of the element to be created.
Return Value
Type:
NBElementThe NBElement which is created.