Get the message prototype in the specified direction
| C# | Visual Basic | Visual C++ |
public override IExpression GetMessagePrototype( ChannelInfo channelInfo, MessageDirection direction, IExpression marginalPrototypeExpression, string path )
Public Overrides 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 ) override
- channelInfo (ChannelInfo)
- The channel information
- direction (MessageDirection)
- The direction
- marginalPrototypeExpression (IExpression)
- The marginal prototype expression
- path (String)
- Path name of message
An expression for the method prototype