[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: PubSubMgr (PubSubMgr)
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
Icon | Type | Description |
---|---|---|
![]() | SubscriptionCallback(Guid, Byte[]()) |
This method is passed to the SubscriptionManager as the callback for delivering events.
|