Error processing SSI file
LEADTOOLS Leadtools.Ccow.Services (Leadtools.Ccow.Services assembly)

Show in webframe

PublishChangesDecision Method






The context manager id.
The domain name of the site or organization that is being served by the located component.
The context coupon of the transaction received from StartContextChanges.
The decision made about the context changes.
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.
Syntax
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=PublishChangesDecision&contextCoupon={contextCoupon}&decision={decision}")]
Stream PublishChangesDecision( 
   string id,
   string domain,
   int contextCoupon,
   string decision
)
'Declaration
 
<OperationContractAttribute()>
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=PublishChangesDecision&contextCoupon={contextCoupon}&decision={decision}")>
Function PublishChangesDecision( _
   ByVal id As String, _
   ByVal domain As String, _
   ByVal contextCoupon As Integer, _
   ByVal decision 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^ id,
   String^ domain,
   int contextCoupon,
   String^ decision
) 

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".
Requirements

Target Platforms

See Also

Reference

IContextManagerService Interface
IContextManagerService Members

Error processing SSI file
Leadtools.Ccow.Services requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features