PortBinding.SendMessage 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 SendMessage(Microsoft::XLANGs::BaseTypes::XLANGMessage ^ msg, Microsoft::XLANGs::Core::XlangStore ^ store, Microsoft::XLANGs::Core::Segment ^ seg, Microsoft::XLANGs::Core::OperationInfo ^ op, System::Collections::IList ^ additionalProps, System::Collections::IList ^ toPromote, bool ignoreRoutingFailure);
public abstract void SendMessage (Microsoft.XLANGs.BaseTypes.XLANGMessage msg, Microsoft.XLANGs.Core.XlangStore store, Microsoft.XLANGs.Core.Segment seg, Microsoft.XLANGs.Core.OperationInfo op, System.Collections.IList additionalProps, System.Collections.IList toPromote, bool ignoreRoutingFailure);
abstract member SendMessage : Microsoft.XLANGs.BaseTypes.XLANGMessage * Microsoft.XLANGs.Core.XlangStore * Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.OperationInfo * System.Collections.IList * System.Collections.IList * bool -> unit
Public MustOverride Sub SendMessage (msg As XLANGMessage, store As XlangStore, seg As Segment, op As OperationInfo, additionalProps As IList, toPromote As IList, ignoreRoutingFailure As Boolean)
Parameters
- msg
- XLANGMessage
- store
- XlangStore
- seg
- Segment
- additionalProps
- IList
- toPromote
- IList
- ignoreRoutingFailure
- Boolean