[WebGetAttribute(BodyStyle=0,
UriTemplate="id={id}/?interface=ContextParticipant&method=ContextChangesPending&contextCoupon=" + "{contextCoupon}")]
[OperationContractAttribute()]
public Stream ContextChangesPending(
string id,
int contextCoupon
)
<OperationContractAttribute()>
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="id={id}/?interface=ContextParticipant&method=ContextChangesPending&contextCoupon={contextCoupon}")>
Function ContextChangesPending( _
ByVal id As String, _
ByVal contextCoupon As Integer _
) As Stream
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="id={id}/?interface=ContextParticipant&method=ContextChangesPending&contextCoupon={contextCoupon}")]
Stream^ ContextChangesPending(
String^ id,
int contextCoupon
)
contextCoupon
The transaction within which the context changes occurred.
The decision and reason values.