This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
(WCF) Client representation of the EventSubscriptionService interface.

Namespace: Smartsite.Core.EventSynchronizationClient
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
[("System.ServiceModel", "3.0.0.0")]
[(Namespace = "http://Smartsite.Services.EventSubscriptionService", 
	ConfigurationName = "Smartsite.Core.EventSynchronizationClient.EventSubscriptionService", 
	CallbackContract = typeof(), SessionMode = .Required)]
public interface EventSubscriptionService
Visual Basic (Declaration)Copy imageCopy Code
<("System.ServiceModel", "3.0.0.0")> _
<(Namespace := "http://Smartsite.Services.EventSubscriptionService",  _
	ConfigurationName := "Smartsite.Core.EventSynchronizationClient.EventSubscriptionService",  _
	CallbackContract := GetType(), SessionMode := .Required)> _
Public Interface EventSubscriptionService

See Also

Advanced