Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Creating orchestration instance, what does mean? › Re: Creating orchestration instance, what does mean?
May 19, 2009 at 11:50 AM
#22407
My (limited) understanding is the orchestration is converted into class(es) in a C# like language, X# ?
Then each orchestration instance is a case of instantiating the class(es), in the same way your C# class is instantitated (assuming it’s not a static)