BTXXlangStore.WriteMessageState 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í.
Sobrecargas
WriteMessageState(XLANGMessage, Segment, IList, Boolean, IList, Boolean) | |
WriteMessageState(IBTPEPInfoLookup, Guid, XLANGMessage, Segment, String, String, IList, Boolean, IList) |
WriteMessageState(XLANGMessage, Segment, IList, Boolean, IList, Boolean)
public:
void WriteMessageState(Microsoft::XLANGs::BaseTypes::XLANGMessage ^ msg, Microsoft::XLANGs::Core::Segment ^ seg, System::Collections::IList ^ promoteProps, bool track, System::Collections::IList ^ toPromote, bool ignoreRoutingFailure);
public void WriteMessageState (Microsoft.XLANGs.BaseTypes.XLANGMessage msg, Microsoft.XLANGs.Core.Segment seg, System.Collections.IList promoteProps, bool track, System.Collections.IList toPromote, bool ignoreRoutingFailure);
member this.WriteMessageState : Microsoft.XLANGs.BaseTypes.XLANGMessage * Microsoft.XLANGs.Core.Segment * System.Collections.IList * bool * System.Collections.IList * bool -> unit
Public Sub WriteMessageState (msg As XLANGMessage, seg As Segment, promoteProps As IList, track As Boolean, toPromote As IList, ignoreRoutingFailure As Boolean)
Parámetros
- msg
- XLANGMessage
- seg
- Segment
- promoteProps
- IList
- track
- Boolean
- toPromote
- IList
- ignoreRoutingFailure
- Boolean
Se aplica a
WriteMessageState(IBTPEPInfoLookup, Guid, XLANGMessage, Segment, String, String, IList, Boolean, IList)
public:
void WriteMessageState(Microsoft::BizTalk::Interop::IBTPEPInfoLookup ^ pepLookup, Guid portId, Microsoft::XLANGs::BaseTypes::XLANGMessage ^ msg, Microsoft::XLANGs::Core::Segment ^ seg, System::String ^ opname, System::String ^ url, System::Collections::IList ^ promoteProps, bool track, System::Collections::IList ^ toPromote);
public void WriteMessageState (Microsoft.BizTalk.Interop.IBTPEPInfoLookup pepLookup, Guid portId, Microsoft.XLANGs.BaseTypes.XLANGMessage msg, Microsoft.XLANGs.Core.Segment seg, string opname, string url, System.Collections.IList promoteProps, bool track, System.Collections.IList toPromote);
member this.WriteMessageState : Microsoft.BizTalk.Interop.IBTPEPInfoLookup * Guid * Microsoft.XLANGs.BaseTypes.XLANGMessage * Microsoft.XLANGs.Core.Segment * string * string * System.Collections.IList * bool * System.Collections.IList -> unit
Public Sub WriteMessageState (pepLookup As IBTPEPInfoLookup, portId As Guid, msg As XLANGMessage, seg As Segment, opname As String, url As String, promoteProps As IList, track As Boolean, toPromote As IList)
Parámetros
- pepLookup
- IBTPEPInfoLookup
- portId
- Guid
- msg
- XLANGMessage
- seg
- Segment
- opname
- String
- url
- String
- promoteProps
- IList
- track
- Boolean
- toPromote
- IList