Private Method contained within a given procedure.
Description:
A Private Method is a block of code between Method and End Method that may be called (jumped to) from within a procedure. Private Methods can only be called from within the procedure they're declared in (the exception being those in an Include).
Example:
See the Query Based Routing Example