Share via


BTXXlangStore.WriteMessageState Method

Definition

Overloads

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)

Parameters

seg
Segment
promoteProps
IList
track
Boolean
toPromote
IList
ignoreRoutingFailure
Boolean

Applies to

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)

Parameters

pepLookup
IBTPEPInfoLookup
portId
Guid
seg
Segment
opname
String
url
String
promoteProps
IList
track
Boolean
toPromote
IList

Applies to