Home Page › Forums › BizTalk 2004 – BizTalk 2010 › A question about biztalk. what is "Main" of biztalk looks like? › Re: A question about biztalk. what is "Main" of biztalk looks like?
December 10, 2006 at 6:50 AM
#16818
I"ll try:
If i have for an example code written in C#.. – console program which add a and b – a + b;
this console programm must have a " void main" else – it will be a class withno main in it rigth?
So, if i make an orchestration with recieve port, recieve shape expression shape which adds a and b, and a send shape with send port .. what i can call to in my orchestration "void main?"
as i understand – any shape in biztalk is similar to class and pipeline or map is like a method – right?
and thanx again