The interface must be implemented by classes that want to receive messages
from the Nofitication System
| C# | Visual Basic | Visual C++ |
public interface INotificationReceiver
Public Interface INotificationReceiver
public interface class INotificationReceiver
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| ReceieveMessage(NotificationMessage, MessageDeliveryOptions) |
Callback from the Notification System when a message is sent to the subscriber
|