BTXPortBase.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:
override void ReceiveMessage(int iOperation, Microsoft::XLANGs::Core::Envelope ^ env, Microsoft::XLANGs::BaseTypes::XLANGMessage ^ msg, cli::array <Microsoft::XLANGs::Core::Correlation ^> ^ initCorrelations, Microsoft::XLANGs::Core::Context ^ cxt, Microsoft::XLANGs::Core::Segment ^ s);
public override void ReceiveMessage (int iOperation, Microsoft.XLANGs.Core.Envelope env, Microsoft.XLANGs.BaseTypes.XLANGMessage msg, Microsoft.XLANGs.Core.Correlation[] initCorrelations, Microsoft.XLANGs.Core.Context cxt, Microsoft.XLANGs.Core.Segment s);
override this.ReceiveMessage : int * Microsoft.XLANGs.Core.Envelope * Microsoft.XLANGs.BaseTypes.XLANGMessage * Microsoft.XLANGs.Core.Correlation[] * Microsoft.XLANGs.Core.Context * Microsoft.XLANGs.Core.Segment -> unit
Public Overrides Sub ReceiveMessage (iOperation As Integer, env As Envelope, msg As XLANGMessage, initCorrelations As Correlation(), cxt As Context, s As Segment)
Parameters
- iOperation
- Int32
- env
- Envelope
- msg
- XLANGMessage
- initCorrelations
- Correlation[]
- cxt
- Context
- s
- Segment