←Select platform

ContextChangesPending Method (ICcowParticipantService)

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(IsBodyStyleSetExplicitly=true, UriTemplate="id={id}/?interface=ContextParticipant&method=ContextChangesPending&contextCoupon={contextCoupon}")] 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Ccow.Services Assembly
Click or drag to resize