FME Server .NET API

IFMENotificationManager.AddSubscriber Method 

Adds a subscriber.

[Visual Basic]
Sub AddSubscriber( _
   ByVal subscriber As Safe.FMEServer.API.Notification.IFMESubscriber _
)
[C#]
void AddSubscriber(
   IFMESubscriber subscriber
);

Parameters

subscriber
the subscriber to add.

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerException The name of the subscriber must be unique. if a FME Server exception occurred. An exception will also occur if a subscriber with the same name already exists.

See Also

IFMENotificationManager Interface | IFMENotificationManager Members | Safe.FMEServer.API.Notification Namespace