FME Server .NET API

IFMENotificationManager.UpdateConfiguration Method 

Updates an existing configuration.

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

Parameters

configuration
the configuration to update

See Also

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