FME Server .NET API

IFMENotificationManager.UpdateSubscriber Method 

Updates an existing subscriber.

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

Parameters

subscriber
the subscriber to update

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerException if a FME Server exception occurred. An exception will also occur if the subscriber to update does not already exist.

See Also

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