FME Server .NET API

IFMENotificationManager.GetSubscriber Method 

Gets the specified subscriber.

[Visual Basic]
Function GetSubscriber( _
   ByVal name As String _
) As Safe.FMEServer.API.Notification.IFMESubscriber
[C#]
IFMESubscriber GetSubscriber(
   string name
);

Parameters

name
the unique name that identifies the subscriber

Return Value

a subscriber. If no subscriber found for specified name, then null is returned.

Exceptions

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

See Also

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