Share via


BTXServiceInterfacePortBinding.SendMessage Method

Definition

public:
 override 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 override 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);
override this.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 Overrides Sub SendMessage (msg As XLANGMessage, store As XlangStore, seg As Segment, op As OperationInfo, additionalProps As IList, toPromote As IList, ignoreRoutingFailure As Boolean)

Parameters

store
XlangStore
seg
Segment
additionalProps
IList
toPromote
IList
ignoreRoutingFailure
Boolean

Applies to