FME Server .NET API

IFMENotificationManager.CreateConfiguration Method 

Creates a new IFMEConfiguration.

[Visual Basic]
Function CreateConfiguration( _
   ByVal name As String, _
   ByVal subscriberName As String, _
   ByVal assignedTopics As String() _
) As Safe.FMEServer.API.Notification.IFMEConfiguration
[C#]
IFMEConfiguration CreateConfiguration(
   string name,
   string subscriberName,
   string[] assignedTopics
);

Parameters

name
the configuration name
subscriberName
the subscriber name
assignedTopics
the list of assigned topics

Return Value

a new IFMEConfiguration instance.

See Also

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