GetSecureItemValues Method

Summary
Enables a participant in a common context session to obtain the values of common and secure subject the items in the common context.
Syntax
C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=SecureContextData&method=GetItemValues&partici" + "pantCoupon={participantCoupon}&itemNames={itemNames}&onlyChanges={onlyChanges}&c" + "ontextCoupon={contextCoupon}&appSignature={appSignature}")] 
public Stream GetSecureItemValues( 
   string id, 
   string domain, 
   int participantCoupon, 
   string[] itemNames, 
   bool onlyChanges, 
   int contextCoupon, 
   string appSignature 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=SecureContextData&method=GetItemValues&participantCoupon={participantCoupon}&itemNames={itemNames}&onlyChanges={onlyChanges}&contextCoupon={contextCoupon}&appSignature={appSignature}")> 
Function GetSecureItemValues( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal participantCoupon As Integer, _ 
   ByVal itemNames() As String, _ 
   ByVal onlyChanges As Boolean, _ 
   ByVal contextCoupon As Integer, _ 
   ByVal appSignature As String _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=SecureContextData&method=GetItemValues&participantCoupon={participantCoupon}&itemNames={itemNames}&onlyChanges={onlyChanges}&contextCoupon={contextCoupon}&appSignature={appSignature}")] 
Stream^ GetSecureItemValues(  
   String^ id, 
   String^ domain, 
   int participantCoupon, 
   array<String^>^ itemNames, 
   bool onlyChanges, 
   int contextCoupon, 
   String^ appSignature 
)  

Parameters

id
The context manager id.

domain
The domain name of the site or organization that is being served by the located component.

participantCoupon
The participant coupon of the application received from JoinCommonContext.

itemNames
The name of the context item values to get.

onlyChanges
Enables a participant to instruct the context manager to filter which items it returns no matter what names were specified. When the value of onlyChanges is true, then the items that are returned are limited to only the context subjects whose items were set by the most recently committed context change transaction, or by the transaction in progress, as indicated by the value of contextCoupon.

contextCoupon
The context coupon.

appSignature
The applications digital signature.

Return Value

The itemValues and managerSigniture.

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.