FME Server .NET API

IFMEServerSession.GetTransformationManager Method 

Get the transformation manager.

[Visual Basic]
Function GetTransformationManager() As Safe.FMEServer.API.IFMETransformationManager
[C#]
IFMETransformationManager GetTransformationManager();

Return Value

the transformation manager instance, otherwise null

See Also

IFMEServerSession Interface | IFMEServerSession Members | Safe.FMEServer.API Namespace