Biztalk Functoid Question:
Tell us what are the ways to integrate custom functoid into solution?
Answer:
Custom functiods can be integrated into a solution using two ways (in both BizTalk.BaseFunctoid is derived):
☛ Directly by using inline code
☛ Indirectly by reference to a method in a class library deployed into the global assembly cache.
☛ Directly by using inline code
☛ Indirectly by reference to a method in a class library deployed into the global assembly cache.
Previous Question | Next Question |
Tell me what is the default mapping for Auto Mapping? | Please explain why would a developer create a custom functoid? |