Accepts messages received.

Namespace: hr.tis.mgw.client.message.notification
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class NotificationManager2 _
	Implements NotificationManagerReceiver, ISmsNotificationBinding, IMmNotificationBinding, INotificationExtensionBinding
C#
[SerializableAttribute]
public class NotificationManager2 : NotificationManagerReceiver, ISmsNotificationBinding, IMmNotificationBinding, INotificationExtensionBinding
Visual C++
[SerializableAttribute]
public ref class NotificationManager2 : NotificationManagerReceiver, ISmsNotificationBinding, IMmNotificationBinding, INotificationExtensionBinding

Remarks

This class is used internally by library for receiving messages and should be not used.

Inheritance Hierarchy

System.Object
  hr.tis.mgw.client.message.notification.NotificationManager2