FME Server .NET API

IFMENotificationManager.RemoveSubscriber Method 

Removes the specified subscriber.

[Visual Basic]
Function RemoveSubscriber( _
   ByVal name As String _
) As Boolean
[C#]
bool RemoveSubscriber(
   string name
);

Parameters

name
the unique name that identifies the subscriber

Return Value

true if subscriber existed and was removed, otherwise false if subscriber did not exist

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionif a FME Repository exception occurred

See Also

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