PortBase.ReceiveMessage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
abstract void ReceiveMessage(int iOperation, Microsoft::XLANGs::Core::Envelope ^ env, Microsoft::XLANGs::BaseTypes::XLANGMessage ^ msg, cli::array <Microsoft::XLANGs::Core::Correlation ^> ^ initCorrelation, Microsoft::XLANGs::Core::Context ^ cxt, Microsoft::XLANGs::Core::Segment ^ s);
public abstract void ReceiveMessage (int iOperation, Microsoft.XLANGs.Core.Envelope env, Microsoft.XLANGs.BaseTypes.XLANGMessage msg, Microsoft.XLANGs.Core.Correlation[] initCorrelation, Microsoft.XLANGs.Core.Context cxt, Microsoft.XLANGs.Core.Segment s);
abstract member ReceiveMessage : int * Microsoft.XLANGs.Core.Envelope * Microsoft.XLANGs.BaseTypes.XLANGMessage * Microsoft.XLANGs.Core.Correlation[] * Microsoft.XLANGs.Core.Context * Microsoft.XLANGs.Core.Segment -> unit
Public MustOverride Sub ReceiveMessage (iOperation As Integer, env As Envelope, msg As XLANGMessage, initCorrelation As Correlation(), cxt As Context, s As Segment)
Parameters
- iOperation
- Int32
- env
- Envelope
- msg
- XLANGMessage
- initCorrelation
- Correlation[]
- cxt
- Context
- s
- Segment