BTXXlangStore.WriteMessageState Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- msg
- XLANGMessage
- seg
- Segment
- promoteProps
- IList
- track
- Boolean
- toPromote
- IList
- ignoreRoutingFailure
- Boolean
S’applique à
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)
Paramètres
- pepLookup
- IBTPEPInfoLookup
- portId
- Guid
- msg
- XLANGMessage
- seg
- Segment
- opname
- String
- url
- String
- promoteProps
- IList
- track
- Boolean
- toPromote
- IList