FME Server .NET API

IFMENotificationManager.AddConfiguration Method 

Adds a configuration.

[Visual Basic]
Sub AddConfiguration( _
   ByVal configuration As Safe.FMEServer.API.Notification.IFMEConfiguration _
)
[C#]
void AddConfiguration(
   IFMEConfiguration configuration
);

Parameters

configuration
the configuration to add. The name of the configuration must be unique.

See Also

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