Enables the application that instigated a context change transaction to inform the other applications in a context session about whether the changes are to be applied or have been canceled.
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=PublishChangesDecision&contextCoupon={contextCoupon}&decision={decision}")]
Stream PublishChangesDecision(
string ,
string domain,
int ,
string
)
'Declaration
<OperationContractAttribute()>
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=PublishChangesDecision&contextCoupon={contextCoupon}&decision={decision}")>
Function PublishChangesDecision( _
ByVal As String, _
ByVal domain As String, _
ByVal As Integer, _
ByVal As String _
) As Stream
'Usage
Dim instance As IContextManagerService
Dim id As String
Dim domain As String
Dim contextCoupon As Integer
Dim decision As String
Dim value As Stream
value = instance.PublishChangesDecision(id, domain, contextCoupon, decision)
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=PublishChangesDecision&contextCoupon={contextCoupon}&decision={decision}")]
Stream^ PublishChangesDecision(
String^ ,
String^ domain,
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.
- contextCoupon
- The context coupon of the transaction received from StartContextChanges.
- decision
- The decision made about the context changes.
Return Value
The listeners URLs that need to be notified about the context change transaction. Empty if is not "accept".