NBElement FindOrCreate Method IBM Integration Bus
Overload List

  NameDescription
Public methodFindOrCreate(Int32)
The FindOrCreate method returns the NBElement with the given Type. If the NBElement is not found then it is created.
Public methodFindOrCreate(String)
The FindOrCreate method returns the NBElement with the given Name. If the NBElement is not found then it is created.
Public methodFindOrCreate(Int32, String)
The FindOrCreate method returns the NBElement with the given Type and Name. If the NBElement is not found then it is created.
Public methodFindOrCreate(String, Int32)
The FindOrCreate method returns the NBElement with the given Name and Index. If the NBElement is not found then it is created.
Public methodFindOrCreate(String, String)
The FindOrCreate method returns the NBElement with the given Namespace and Name. If the NBElement is not found then it is created.
Public methodFindOrCreate(Int32, String, Int32)
The FindOrCreate method returns the NBElement with the given Type, Name and Index. If the NBElement is not found then it is created.
Public methodFindOrCreate(Int32, String, String)
The FindOrCreate method returns the NBElement with the given Type, Namespace and Index. If the NBElement is not found then it is created.
Public methodFindOrCreate(String, String, Int32)
The FindOrCreate method returns the NBElement with the given Namespace, Name and Index. If the NBElement is not found then it is created.
Public methodFindOrCreate(Int32, String, String, Int32)
The FindOrCreate method returns the NBElement with the given Type, Namespace, Name and Index. If the NBElement is not found then it is created.
Back to Top
See Also