FME Server .NET API

IFMENotificationManager.SubscriberExists Method 

Checks if specified subscriber exists.

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

Parameters

name
the unique name that identifies the subscriber

Return Value

true if subscriber exists, otherwise false if subscriber does 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