BTXXlangStore.WriteMessageState Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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)
Parametri
- msg
- XLANGMessage
- seg
- Segment
- promoteProps
- IList
- track
- Boolean
- toPromote
- IList
- ignoreRoutingFailure
- Boolean
Si applica 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)
Parametri
- pepLookup
- IBTPEPInfoLookup
- portId
- Guid
- msg
- XLANGMessage
- seg
- Segment
- opname
- String
- url
- String
- promoteProps
- IList
- track
- Boolean
- toPromote
- IList