[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
This method is passed to the SubscriptionManager as the callback for delivering events.
Namespace: Microsoft.WebSolutionsPlatform.Event.PubSubManager
Assembly: PubSubMgr (PubSubMgr)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Sub SubscriptionCallback ( _
eventType As Guid, _
serializedEvent As Byte() _
) |
C# |
---|
public abstract void SubscriptionCallback (
Guid eventType,
byte[] serializedEvent
) |
C++ |
---|
public:
virtual void SubscriptionCallback (
Guid eventType,
array<unsigned char>^ serializedEvent
) abstract |
Parameters
- eventType (System.Guid)
- Event type for the event being passed.
- serializedEvent ()
- The serialized version of the event.