FME Server .NET API

IFMENotificationManager.CreateSubscriber Method 

Creates a new IFMESubscriber.

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

Parameters

name
the subscriber name
displayName
the subscriber display name

Return Value

a new IFMESubscriber instance.

See Also

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