BTXXlangStore.WriteMessageState 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
- msg
- XLANGMessage
- seg
- Segment
- promoteProps
- IList
- track
- Boolean
- toPromote
- IList
- ignoreRoutingFailure
- Boolean
适用于
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)
参数
- pepLookup
- IBTPEPInfoLookup
- portId
- Guid
- msg
- XLANGMessage
- seg
- Segment
- opname
- String
- url
- String
- promoteProps
- IList
- track
- Boolean
- toPromote
- IList