Issue
This Content is from Stack Overflow. Question asked by iamramanavenkat
I’m newbie to BizTalk Custom Pipeline Component. I mean by ‘comments’ is adding lines like below in pipeline component.
/// <summary>
/// Gets class ID of component for usage from unmanaged code.
/// </summary>
/// <param name="classID">
/// Class ID of the component
/// </param>
What is the use of this /// < summary> and all? Is this really needed to build custom pipeline component?
Solution
This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.
This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.