This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Interface definition for the Event Subscription duplex service, where this interface acts as the service contract.

Namespace: Smartsite.Core.Services
Assembly:  Smartsite.Services (in Smartsite.Services.dll)

Syntax

C#Copy imageCopy Code
[(Name = "EventSubscriptionService", Namespace = "http://Smartsite.Services.EventSubscriptionService", 
	SessionMode = .Required, CallbackContract = typeof())]
public interface IEventSubscriptionContract : 
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "EventSubscriptionService", Namespace := "http://Smartsite.Services.EventSubscriptionService",  _
	SessionMode := .Required, CallbackContract := GetType())> _
Public Interface IEventSubscriptionContract _
	Inherits 

See Also

Advanced