[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The ISubscriptionCallback interface is implemented by an event subscriber class. The SubscriptionCallback method is then called to deliver events to the application.

Namespace: Microsoft.WebSolutionsPlatform.Event.PubSubManager
Assembly: PubSubMgr (PubSubMgr)

Syntax

Visual Basic (Declaration)
Public Interface ISubscriptionCallback
C#
public interface ISubscriptionCallback
C++
public interface class ISubscriptionCallback

Methods

IconTypeDescription
SubscriptionCallback(Guid, Byte[]())
This method is passed to the SubscriptionManager as the callback for delivering events.