FME Server .NET API

IFMENotificationManager.CreateTopic Method 

Creates a new IFMETopic.

[Visual Basic]
Function CreateTopic( _
   ByVal name As String, _
   ByVal description As String _
) As Safe.FMEServer.API.Notification.IFMETopic
[C#]
IFMETopic CreateTopic(
   string name,
   string description
);

Parameters

name
the topic name
description
the topic description

Return Value

a new IFMETopic instance.

See Also

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