FME Server .NET API

IFMEServerSession.CreateService Method (String, String, String, String)

Creates a new IFMEService. The service is by default enabled.

[Visual Basic]
Function CreateService( _
   ByVal name As String, _
   ByVal displayName As String, _
   ByVal description As String, _
   ByVal urlPattern As String _
) As Safe.FMEServer.API.IFMEService
[C#]
IFMEService CreateService(
   string name,
   string displayName,
   string description,
   string urlPattern
);

Parameters

name
the unique name of the service
displayName
the display name of the service
description
the description of the service
urlPattern
the URL pattern of the service

Return Value

a new IFMEService with name, description and url fields initialized

See Also

IFMEServerSession Interface | IFMEServerSession Members | Safe.FMEServer.API Namespace | IFMEServerSession.CreateService Overload List