Enables a participant in a common context session to obtain the values of common and secure subject the items in the common context.
[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 ,
string domain,
int ,
string[] ,
bool ,
int ,
string
)
'Declaration
<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 As String, _
ByVal domain As String, _
ByVal As Integer, _
ByVal () As String, _
ByVal As Boolean, _
ByVal As Integer, _
ByVal As String _
) As Stream
'Usage
Dim instance As ISecureContextDataService
Dim id As String
Dim domain As String
Dim participantCoupon As Integer
Dim itemNames() As String
Dim onlyChanges As Boolean
Dim contextCoupon As Integer
Dim appSignature As String
Dim value As Stream
value = instance.GetSecureItemValues(id, domain, participantCoupon, itemNames, onlyChanges, contextCoupon, appSignature)
[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^ ,
String^ domain,
int ,
array<String^>^ ,
bool ,
int ,
String^
)
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.