This class is used internally by library. It is used for receiving messages from Internet Information Service.

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 RemoteNotificationManager _
	Inherits MarshalByRefObject _
	Implements ISmsNotificationBinding, IMmNotificationBinding, INotificationExtensionBinding
C#
[SerializableAttribute]
public class RemoteNotificationManager : MarshalByRefObject, ISmsNotificationBinding, IMmNotificationBinding, INotificationExtensionBinding
Visual C++
[SerializableAttribute]
public ref class RemoteNotificationManager : public MarshalByRefObject, ISmsNotificationBinding, IMmNotificationBinding, INotificationExtensionBinding

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    hr.tis.mgw.client.message.notification.RemoteNotificationManager