The FindOrCreate method returns the NBElement with the given Type and Name. If the NBElement is not found then it is created.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBElement FindOrCreate(
int type,
string name
)
public NBElement FindOrCreate(
int type,
string name
)
Public Function FindOrCreate (
type As Integer,
name As String
) As NBElement
Public Function FindOrCreate (
type As Integer,
name As String
) As NBElement
public:
NBElement^ FindOrCreate(
int type,
String^ name
)
public:
NBElement^ FindOrCreate(
int type,
String^ name
)
member FindOrCreate :
type : int *
name : string -> NBElement
member FindOrCreate :
type : int *
name : string -> NBElement
Return Value
Type:
NBElementThe exisitng or the new element.