PortBinding.SendMessage Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
Parámetros
- msg
- XLANGMessage
- store
- XlangStore
- seg
- Segment
- additionalProps
- IList
- toPromote
- IList
- ignoreRoutingFailure
- Boolean