FME Server .NET API

IFMENotificationManager.GetTopic Method 

Gets the specified topic.

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

Parameters

name
the unique name that identifies the topic

Return Value

an topic. If no topic found for specified name, then null is returned.

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionif a FME Repository exception occurred

See Also

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