ContextChangesPending Method

Summary
Informs a web participant in a common context session that a change to the common context data is pending.
Syntax
C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="id={id}/?interface=ContextParticipant&method=ContextChangesPending&contextCoupon=" + "{contextCoupon}")] 
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 
)  

Parameters

id
The context participant id.

contextCoupon
The transaction within which the context changes occurred.

Return Value

The decision and reason values.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.