Get the message prototype for this algorithm in the specified direction
| C# | Visual Basic | Visual C++ |
public virtual IExpression GetMessagePrototype( ChannelInfo channelInfo, MessageDirection direction, IExpression marginalPrototypeExpression, string path )
Public Overridable Function GetMessagePrototype ( _ channelInfo As ChannelInfo, _ direction As MessageDirection, _ marginalPrototypeExpression As IExpression, _ path As String _ ) As IExpression
public: virtual IExpression^ GetMessagePrototype( ChannelInfo^ channelInfo, MessageDirection direction, IExpression^ marginalPrototypeExpression, String^ path )
- channelInfo (ChannelInfo)
- The channel information
- direction (MessageDirection)
- The direction
- marginalPrototypeExpression (IExpression)
- The marginal prototype expression
- path (String)